Home
last modified time | relevance | path

Searched defs:vhost_memory (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/vmm_vhost/src/vhost_kern/
Dvhost_binding.rs184 pub struct vhost_memory { struct
187 pub regions: __IncompleteArrayField<vhost_memory_region>, argument
208 buf: Vec<vhost_memory>, argument
223 &self.buf[0] as *const vhost_memory as *const char in as_ptr() constant
226 pub fn get_header(&self) -> &vhost_memory { in get_header()
Dmod.rs125 let mut vhost_memory = VhostMemory::new(regions.len() as u16); in set_mem_table() localVariable
/external/kernel-headers/original/uapi/linux/
Dvhost_types.h107 struct vhost_memory { struct
110 struct vhost_memory_region regions[0]; argument
/external/crosvm/virtio_sys/src/
Dvhost.rs773 pub struct vhost_memory { struct
776 pub regions: __IncompleteArrayField<vhost_memory_region>, argument
782 ::std::mem::size_of::<vhost_memory>(), in bindgen_test_layout_vhost_memory() argument
822 impl Clone for vhost_memory { implementation
/external/crosvm/vhost/src/
Dlib.rs126 let vhost_memory = unsafe { allocation.as_mut::<virtio_sys::vhost_memory>() }; in set_mem_table() localVariable