Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs411 pub struct VhostUserMemory { struct
418 impl VhostUserMemory { implementation
421 VhostUserMemory { in new()
428 impl VhostUserMsgValidator for VhostUserMemory { implementation
845 let mut msg = VhostUserMemory::new(1); in check_user_memory()
Dslave_req_handler.rs501 let hdrsize = mem::size_of::<VhostUserMemory>(); in set_mem_table()
506 let msg = unsafe { &*(buf.as_ptr() as *const VhostUserMemory) }; in set_mem_table() constant
Dmaster.rs192 let body = VhostUserMemory::new(ctx.regions.len() as u32); in set_mem_table()