Home
last modified time | relevance | path

Searched defs:VhostUserShmemMapMsg (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs906 pub struct VhostUserShmemMapMsg { struct
908 pub flags: VhostUserShmemMapMsgFlags, argument
920 unsafe impl DataInit for VhostUserShmemMapMsg {} argument
922 impl VhostUserMsgValidator for VhostUserShmemMapMsg { implementation
930 impl VhostUserShmemMapMsg { implementation
Dmaster_req_handler.rs53 _req: &VhostUserShmemMapMsg, in shmem_map()
117 _req: &VhostUserShmemMapMsg, in shmem_map()
176 req: &VhostUserShmemMapMsg, in shmem_map()
Dslave_proxy.rs143 req: &VhostUserShmemMapMsg, in shmem_map()
/external/crosvm/devices/src/virtio/vhost/user/vmm/
Dhandler.rs400 req: &VhostUserShmemMapMsg, in shmem_map()
/external/crosvm/devices/src/virtio/vhost/user/
Dproxy.rs981 msg: &VhostUserShmemMapMsg, in handle_map_message()