Searched refs:VFIO_REGION_INFO_FLAG_WRITE (Results 1 – 3 of 3) sorted by relevance
255 #define VFIO_REGION_INFO_FLAG_WRITE (1 << 1) /* Region supports write */ macro
89 pub const VFIO_REGION_INFO_FLAG_WRITE: u32 = 2; constant
765 || (stub.flags & VFIO_REGION_INFO_FLAG_WRITE) == 0 in region_write()