Searched refs:VFIO_REGION_INFO_FLAG_CAPS (Results 1 – 3 of 3) sorted by relevance
257 #define VFIO_REGION_INFO_FLAG_CAPS (1 << 3) /* Info supports caps */ macro
91 pub const VFIO_REGION_INFO_FLAG_CAPS: u32 = 8; constant
575 if region_with_cap[0].region_info.flags & VFIO_REGION_INFO_FLAG_CAPS == 0 { in get_regions()