Home
last modified time | relevance | path

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

/external/rust/crates/vhost-user-backend/src/vhost_user/
Dmessage.rs458 pub struct VhostUserMemory { struct
465 impl VhostUserMemory { impl
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
/external/rust/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
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs511 pub struct VhostUserMemory { struct
518 impl VhostUserMemory { argument
528 impl VhostUserMsgValidator for VhostUserMemory { implementation