Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs472 pub struct VhostUserMemory { struct
479 impl VhostUserMemory { argument
490 unsafe impl ByteValued for VhostUserMemory {} implementation
492 impl VhostUserMsgValidator for VhostUserMemory { implementation
Dbackend_req_handler.rs721 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs498 pub struct VhostUserMemory { struct
505 impl VhostUserMemory { argument
515 impl VhostUserMsgValidator for VhostUserMemory { implementation