Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs411 pub struct VhostUserMemory { struct
418 impl VhostUserMemory { argument
428 impl VhostUserMsgValidator for VhostUserMemory { implementation
Dslave_req_handler.rs506 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant