Home
last modified time | relevance | path

Searched defs:vfio_info_cap_header (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvfio.h81 struct vfio_info_cap_header { struct
82 __u16 id; /* Identifies capability */
83 __u16 version; /* Version specific to the capability ID */
84 __u32 next; /* Offset of next capability */
/external/crosvm/vfio_sys/src/
Dvfio.rs198 pub struct vfio_info_cap_header { struct
199 pub id: __u16,
200 pub version: __u16,
201 pub next: __u32,
/external/crosvm/devices/src/
Dvfio.rs600 unsafe { &*(cap_ptr as *mut u8 as *const vfio_info_cap_header) }; in get_regions() constant