Searched defs:VhostUserU64 (Results 1 – 2 of 2) sorted by relevance
450 pub struct VhostUserU64 { struct455 unsafe impl DataInit for VhostUserU64 {} argument457 impl VhostUserU64 { implementation464 impl VhostUserMsgValidator for VhostUserU64 {} implementation
483 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant