Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs438 pub struct VhostUserU64 { struct
443 impl VhostUserU64 { implementation
451 unsafe impl ByteValued for VhostUserU64 {} implementation
453 impl VhostUserMsgValidator for VhostUserU64 {} implementation
Dslave_req_handler.rs655 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs452 pub struct VhostUserU64 { struct
457 impl VhostUserU64 { impl
464 impl VhostUserMsgValidator for VhostUserU64 {} implementation