Home
last modified time | relevance | path

Searched defs:VhostUserMemory (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs458 pub struct VhostUserMemory { struct
465 impl VhostUserMemory { implementation
476 unsafe impl ByteValued for VhostUserMemory {} implementation
478 impl VhostUserMsgValidator for VhostUserMemory { implementation
Dslave_req_handler.rs545 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs484 pub struct VhostUserMemory { struct
491 impl VhostUserMemory { impl
501 impl VhostUserMsgValidator for VhostUserMemory { implementation