Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvfio.h257 #define VFIO_REGION_INFO_FLAG_CAPS (1 << 3) /* Info supports caps */ macro
/external/crosvm/vfio_sys/src/
Dvfio.rs91 pub const VFIO_REGION_INFO_FLAG_CAPS: u32 = 8; constant
/external/crosvm/devices/src/
Dvfio.rs575 if region_with_cap[0].region_info.flags & VFIO_REGION_INFO_FLAG_CAPS == 0 { in get_regions()