Searched defs:VhostUserMemoryRegion (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/ |
D | message.rs | 493 pub struct VhostUserMemoryRegion { struct 512 impl VhostUserMemoryRegion { argument 522 impl VhostUserMemoryRegion { impl 549 impl VhostUserMemoryRegion { impl 597 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation 620 fn deref(&self) -> &VhostUserMemoryRegion { in deref() 1112 impl VhostUserMemoryRegion { implementation
|
D | slave_req_handler.rs | 44 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 84 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 140 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table() 565 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
|
D | dummy_slave.rs | 107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
D | master.rs | 541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
|
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/ |
H A D | message.rs | 516 pub struct VhostUserMemoryRegion { struct 527 impl VhostUserMemoryRegion { implementation 539 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
|
H A D | backend_server.rs | 31 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table() 100 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table()
|
H A D | test_backend.rs | 88 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
|
H A D | backend_client.rs | 679 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/ |
H A D | handler.rs | 235 contexts: &[VhostUserMemoryRegion], in set_mem_table() 455 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
H A D | vsock.rs | 162 contexts: &[VhostUserMemoryRegion], in set_mem_table()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/ |
D | handler.rs | 275 ctx: &[VhostUserMemoryRegion], in set_mem_table()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/ |
D | backend.rs | 111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()
|