Searched defs:VhostUserU64 (Results 1 – 2 of 2) sorted by relevance
394 pub struct VhostUserU64 { struct399 impl VhostUserU64 { impl406 impl VhostUserMsgValidator for VhostUserU64 {} implementation
637 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant