Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs478 pub struct VhostUserMemory { struct
485 unsafe impl DataInit for VhostUserMemory {} argument
487 impl VhostUserMemory { implementation
497 impl VhostUserMsgValidator for VhostUserMemory { implementation
Dslave_req_handler.rs949 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant