Searched refs:VhostUserMemory (Results 1 – 3 of 3) sorted by relevance
411 pub struct VhostUserMemory { struct418 impl VhostUserMemory { implementation421 VhostUserMemory { in new()428 impl VhostUserMsgValidator for VhostUserMemory { implementation845 let mut msg = VhostUserMemory::new(1); in check_user_memory()
501 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
192 let body = VhostUserMemory::new(ctx.regions.len() as u32); in set_mem_table()