Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/vhost/src/vhost_user/
Dmessage.rs452 pub struct VhostUserU64 { struct
457 impl VhostUserU64 { impl
465 unsafe impl ByteValued for VhostUserU64 {} implementation
467 impl VhostUserMsgValidator for VhostUserU64 {} implementation
Dgpu_backend_req.rs126 pub fn get_protocol_features(&self) -> io::Result<VhostUserU64> { in get_protocol_features()
Dbackend_req_handler.rs841 let msg = unsafe { std::ptr::read_unaligned(buf.as_ptr() as *const VhostUserU64) }; in handle_vring_fd_request() constant
/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs466 pub struct VhostUserU64 { struct
471 impl VhostUserU64 { impl
478 impl VhostUserMsgValidator for VhostUserU64 {} implementation