From 2b31345f36a04f232a5f698a6dc19e8123f204ab Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Mon, 9 Dec 2019 13:56:27 +0200 Subject: Autogenerated files for linux/mips64le This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate --- sys/linux/dev_vfio_mips64le.const | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sys/linux/dev_vfio_mips64le.const (limited to 'sys/linux/dev_vfio_mips64le.const') diff --git a/sys/linux/dev_vfio_mips64le.const b/sys/linux/dev_vfio_mips64le.const new file mode 100644 index 000000000..b91790b88 --- /dev/null +++ b/sys/linux/dev_vfio_mips64le.const @@ -0,0 +1,20 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +VFIO_CHECK_EXTENSION = 536886117 +VFIO_DMA_CC_IOMMU = 4 +VFIO_DMA_MAP_FLAG_READ = 1 +VFIO_DMA_MAP_FLAG_WRITE = 2 +VFIO_EEH = 5 +VFIO_GET_API_VERSION = 536886116 +VFIO_IOMMU_GET_INFO = 536886128 +VFIO_IOMMU_MAP_DMA = 536886129 +VFIO_IOMMU_UNMAP_DMA = 536886130 +VFIO_NOIOMMU_IOMMU = 8 +VFIO_SET_IOMMU = 536886118 +VFIO_SPAPR_TCE_IOMMU = 2 +VFIO_SPAPR_TCE_v2_IOMMU = 7 +VFIO_TYPE1_IOMMU = 1 +VFIO_TYPE1_NESTING_IOMMU = 6 +VFIO_TYPE1v2_IOMMU = 3 +__NR_ioctl = 5015 +__NR_openat = 5247 -- cgit mrf-deployment