Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dvhost_types.h97 struct vhost_memory_region { struct
110 struct vhost_memory_region regions[0]; argument
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dvhost_binding.rs175 pub struct vhost_memory_region { struct
187 pub regions: __IncompleteArrayField<vhost_memory_region>, argument
230 pub fn get_region(&self, index: u32) -> Option<&vhost_memory_region> { in get_region()
/external/crosvm/virtio_sys/src/
Dvhost.rs707 pub struct vhost_memory_region { struct
716 ::std::mem::size_of::<vhost_memory_region>(), in bindgen_test_layout_vhost_memory_region() argument
766 impl Clone for vhost_memory_region { implementation