Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs493 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
Dslave_req_handler.rs44 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
Ddummy_slave.rs107 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
Dmaster.rs541 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawFd) { in append()
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs516 pub struct VhostUserMemoryRegion { struct
527 impl VhostUserMemoryRegion { implementation
539 impl VhostUserMsgValidator for VhostUserMemoryRegion { implementation
H A Dbackend_server.rs31 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 Dtest_backend.rs88 fn set_mem_table(&mut self, _ctx: &[VhostUserMemoryRegion], _files: Vec<File>) -> Result<()> { in set_mem_table()
H A Dbackend_client.rs679 pub fn append(&mut self, region: &VhostUserMemoryRegion, fd: RawDescriptor) { in append()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/user/device/
H A Dhandler.rs235 contexts: &[VhostUserMemoryRegion], in set_mem_table()
455 contexts: &[VhostUserMemoryRegion], in set_mem_table()
H A Dvsock.rs162 contexts: &[VhostUserMemoryRegion], in set_mem_table()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost-user-backend/src/
Dhandler.rs275 ctx: &[VhostUserMemoryRegion], in set_mem_table()
/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/
Dbackend.rs111 pub fn to_region(&self) -> VhostUserMemoryRegion { in to_region()