Searched defs:VhostUserMemory (Results 1 – 2 of 2) sorted by relevance
478 pub struct VhostUserMemory { struct485 unsafe impl DataInit for VhostUserMemory {} argument487 impl VhostUserMemory { implementation497 impl VhostUserMsgValidator for VhostUserMemory { implementation
949 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant