Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs507 pub struct VhostUserMemoryRegion { struct
526 impl VhostUserMemoryRegion { argument
536 impl VhostUserMemoryRegion { impl
563 impl VhostUserMemoryRegion { impl
612 unsafe impl ByteValued for VhostUserMemoryRegion {} implementation
614 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
637 fn deref(&self) -> &VhostUserMemoryRegion { in deref()
1130 impl VhostUserMemoryRegion { implementation
Dbackend_req_handler.rs46 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table()
102 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table()
177 fn set_mem_table(&self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table()
741 buf.as_ptr().add(hdrsize) as *const VhostUserMemoryRegion, in set_mem_table() constant
Ddummy_backend.rs113 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dfrontend.rs606 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs530 pub struct VhostUserMemoryRegion { struct
541 impl VhostUserMemoryRegion { argument
553 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
Dtest_backend.rs88 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dbackend_server.rs32 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()>; in set_mem_table()
101 fn set_mem_table(&mut self, ctx: &[VhostUserMemoryRegion], files: Vec<File>) -> Result<()> { in set_mem_table()
Dbackend_client.rs708 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
/external/crosvm/devices/src/virtio/vhost/user/device/
Dvsock.rs162 contexts: &[VhostUserMemoryRegion], in set_mem_table()
Dhandler.rs236 contexts: &[VhostUserMemoryRegion], in set_mem_table()
433 contexts: &[VhostUserMemoryRegion], in set_mem_table()
/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs310 ctx: &[VhostUserMemoryRegion], in set_mem_table()
/external/rust/android-crates-io/crates/vhost/src/
Dbackend.rs111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()