Home
last modified time | relevance | path

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

/external/crosvm/devices/src/virtio/
Dmedia.rs195 struct GuestMemoryMapping { struct
200 impl GuestMemoryMapping { impl
260 impl GuestMemoryRange for GuestMemoryMapping { implementation
374 type GuestMemoryMapping = GuestMemoryChunk; typedef
376 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping> { in new_mapping()
/external/virtio-media/device/src/
Dlib.rs99 type GuestMemoryMapping: GuestMemoryRange; typedef
103 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping>; in new_mapping()
/external/virtio-media/device/src/devices/
Dv4l2_device_proxy.rs109 ) -> anyhow::Result<(V4l2Buffer, Vec<M::GuestMemoryMapping>)> { in guest_v4l2_buffer_to_host()
303 guest_resources: Vec<M::GuestMemoryMapping>, in register_userptr_addresses()