Searched defs:vhost_memory_region (Results 1 – 3 of 3) sorted by relevance
97 struct vhost_memory_region { struct110 struct vhost_memory_region regions[0]; argument
175 pub struct vhost_memory_region { struct187 pub regions: __IncompleteArrayField<vhost_memory_region>, argument230 pub fn get_region(&self, index: u32) -> Option<&vhost_memory_region> { in get_region()
707 pub struct vhost_memory_region { struct716 ::std::mem::size_of::<vhost_memory_region>(), in bindgen_test_layout_vhost_memory_region() argument766 impl Clone for vhost_memory_region { implementation