Searched defs:vhost_memory (Results 1 – 3 of 3) sorted by relevance
107 struct vhost_memory { struct110 struct vhost_memory_region regions[0]; argument
180 pub struct vhost_memory { struct183 pub regions: __IncompleteArrayField<vhost_memory_region>, argument
129 let vhost_memory = unsafe { allocation.as_mut::<virtio_sys::vhost_memory>() }; in set_mem_table() localVariable