Searched defs:GuestMemoryMapping (Results 1 – 3 of 3) sorted by relevance
190 struct GuestMemoryMapping { struct195 impl GuestMemoryMapping { argument255 impl GuestMemoryRange for GuestMemoryMapping { implementation369 type GuestMemoryMapping = GuestMemoryChunk; typedef371 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping> { in new_mapping()
111 type GuestMemoryMapping: GuestMemoryRange; typedef115 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping>; in new_mapping()
107 ) -> anyhow::Result<(V4l2Buffer, Vec<M::GuestMemoryMapping>)> { in guest_v4l2_buffer_to_host()301 guest_resources: Vec<M::GuestMemoryMapping>, in register_userptr_addresses()