Home
last modified time | relevance | path

Searched defs:VFIO_REGION_INFO_FLAG_MMAP (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/vfio_sys/src/
Dvfio.rs119 pub const VFIO_REGION_INFO_FLAG_MMAP: u32 = 4; constant
/external/kernel-headers/original/uapi/linux/
Dvfio.h276 #define VFIO_REGION_INFO_FLAG_MMAP (1 << 2) /* Region supports mmap */ macro