Home
last modified time | relevance | path

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

/external/crosvm/third_party/vmm_vhost/src/
Dmessage.rs906 pub struct VhostUserShmemMapMsg { struct
908 pub flags: VhostUserShmemMapMsgFlags, argument
920 impl VhostUserMsgValidator for VhostUserShmemMapMsg { argument
928 impl VhostUserShmemMapMsg { implementation
Dfrontend_client.rs104 req: &VhostUserShmemMapMsg, in shmem_map()
Dfrontend_server.rs28 _req: &VhostUserShmemMapMsg, in shmem_map()
/external/crosvm/devices/src/virtio/vhost_user_frontend/
Dhandler.rs59 req: &VhostUserShmemMapMsg, in shmem_map()