Home
last modified time | relevance | path

Searched defs:VhostUserMemoryRegion (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs512 pub struct VhostUserMemoryRegion { struct
523 unsafe impl DataInit for VhostUserMemoryRegion {} argument
525 impl VhostUserMemoryRegion { impl
537 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
Dslave_req_handler.rs77 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
Ddummy_slave.rs94 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dmaster.rs624 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
/external/crosvm/devices/src/virtio/vhost/user/device/handler/sys/
Dunix.rs105 contexts: &[VhostUserMemoryRegion], in set_mem_table()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dhandler.rs262 contexts: &[VhostUserMemoryRegion], in set_mem_table()
292 contexts: &[VhostUserMemoryRegion], in set_mem_table()
465 contexts: &[VhostUserMemoryRegion], in set_mem_table()
Dvsock.rs185 contexts: &[VhostUserMemoryRegion], in set_mem_table()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs805 contexts: &[&VhostUserMemoryRegion], in create_sibling_guest_memory()