Searched defs:VhostUserMemoryRegion (Results 1 – 8 of 8) sorted by relevance
| /external/crosvm/third_party/vmm_vhost/src/ |
| D | message.rs | 512 pub struct VhostUserMemoryRegion { struct 523 unsafe impl DataInit for VhostUserMemoryRegion {} argument 525 impl VhostUserMemoryRegion { impl 537 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
|
| D | slave_req_handler.rs | 77 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 121 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 182 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 301 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 972 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
|
| D | dummy_slave.rs | 94 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
| D | master.rs | 624 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
|
| /external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/ |
| D | unix.rs | 105 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
| /external/crosvm/devices/src/virtio/vhost/user/device/ |
| D | handler.rs | 262 contexts: &[VhostUserMemoryRegion], in set_mem_table() 292 contexts: &[VhostUserMemoryRegion], in set_mem_table() 465 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
| D | vsock.rs | 185 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
| /external/crosvm/devices/src/virtio/vhost/user/ |
| D | proxy.rs | 805 contexts: &[&VhostUserMemoryRegion], in create_sibling_guest_memory()
|