Searched defs:GuestMemoryMapping (Results 1 – 3 of 3) sorted by relevance
195 struct GuestMemoryMapping { struct200 impl GuestMemoryMapping { impl260 impl GuestMemoryRange for GuestMemoryMapping { implementation374 type GuestMemoryMapping = GuestMemoryChunk; typedef376 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping> { in new_mapping()
99 type GuestMemoryMapping: GuestMemoryRange; typedef103 fn new_mapping(&self, sgs: Vec<SgEntry>) -> anyhow::Result<Self::GuestMemoryMapping>; in new_mapping()
109 ) -> anyhow::Result<(V4l2Buffer, Vec<M::GuestMemoryMapping>)> { in guest_v4l2_buffer_to_host()303 guest_resources: Vec<M::GuestMemoryMapping>, in register_userptr_addresses()