Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs450 pub struct VhostUserU64 { struct
455 unsafe impl DataInit for VhostUserU64 {} argument
457 impl VhostUserU64 { implementation
464 impl VhostUserMsgValidator for VhostUserU64 {} implementation
Dslave_req_handler.rs483 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant