Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/devices/src/virtio/vhost_user_frontend/
H A Dhandler.rs92 fn shmem_unmap(&mut self, req: &VhostUserShmemUnmapMsg) -> HandlerResult<u64> { in shmem_unmap() method
/aosp_15_r20/external/crosvm/third_party/vmm_vhost/src/
H A Dfrontend_client.rs110 fn shmem_unmap(&mut self, req: &VhostUserShmemUnmapMsg) -> HandlerResult<u64> { in shmem_unmap() method
H A Dfrontend_server.rs35 fn shmem_unmap(&mut self, _req: &VhostUserShmemUnmapMsg) -> HandlerResult<u64> { in shmem_unmap() method