Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dmessage.rs891 pub struct VhostUserShmemMapMsg { struct
893 pub flags: VhostUserShmemMapMsgFlags, argument
905 impl VhostUserMsgValidator for VhostUserShmemMapMsg { argument
913 impl VhostUserShmemMapMsg { impl
H A Dfrontend_client.rs103 req: &VhostUserShmemMapMsg, in shmem_map()
H A Dfrontend_server.rs28 _req: &VhostUserShmemMapMsg, in shmem_map()
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/
H A Dhandler.rs59 req: &VhostUserShmemMapMsg, in shmem_map()