Home
last modified time | relevance | path

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

/external/rust/crates/vmm_vhost/src/vhost_user/
Dmessage.rs394 pub struct VhostUserU64 { struct
399 impl VhostUserU64 { impl
406 impl VhostUserMsgValidator for VhostUserU64 {} implementation
Dslave_req_handler.rs637 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant