Searched refs:VFIO_DEVICE_GET_REGION_INFO (Results 1 – 3 of 3) sorted by relevance
24 ioctl_io_nr!(VFIO_DEVICE_GET_REGION_INFO, VFIO_TYPE, VFIO_BASE + 8);
545 ret = unsafe { ioctl_with_mut_ref(dev, VFIO_DEVICE_GET_REGION_INFO(), &mut reg_info) }; in get_regions()567 VFIO_DEVICE_GET_REGION_INFO(), in get_regions()
263 #define VFIO_DEVICE_GET_REGION_INFO _IO(VFIO_TYPE, VFIO_BASE + 8) macro