Searched defs:vhost_memory (Results 1 – 5 of 5) sorted by relevance
184 pub struct vhost_memory { struct187 pub regions: __IncompleteArrayField<vhost_memory_region>, argument208 buf: Vec<vhost_memory>, argument223 &self.buf[0] as *const vhost_memory as *const char in as_ptr() constant226 pub fn get_header(&self) -> &vhost_memory { in get_header()
125 let mut vhost_memory = VhostMemory::new(regions.len() as u16); in set_mem_table() localVariable
107 struct vhost_memory { struct110 struct vhost_memory_region regions[0]; argument
773 pub struct vhost_memory { struct776 pub regions: __IncompleteArrayField<vhost_memory_region>, argument782 ::std::mem::size_of::<vhost_memory>(), in bindgen_test_layout_vhost_memory() argument822 impl Clone for vhost_memory { implementation
126 let vhost_memory = unsafe { allocation.as_mut::<virtio_sys::vhost_memory>() }; in set_mem_table() localVariable