Home
last modified time | relevance | path

Searched refs:VFIO_GET_API_VERSION (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/vfio_sys/src/
Dlib.rs16 ioctl_io_nr!(VFIO_GET_API_VERSION, VFIO_TYPE, VFIO_BASE);
/external/kernel-headers/original/uapi/linux/
Dvfio.h107 #define VFIO_GET_API_VERSION _IO(VFIO_TYPE, VFIO_BASE + 0) macro
/external/crosvm/devices/src/
Dvfio.rs100 let version = unsafe { ioctl(&container, VFIO_GET_API_VERSION()) }; in new()