Searched refs:mapcache (Results 1 – 4 of 4) sorted by relevance
77 static MapCache *mapcache; variable172 mapcache = xen_map_cache_init_single(f, opaque, in xen_map_cache_init()463 MapCache *mc = mapcache; in xen_map_cache()532 addr = xen_ram_addr_from_mapcache_single(mapcache, ptr); in xen_ram_addr_from_mapcache()639 xen_invalidate_map_cache_entry_single(mapcache, buffer); in xen_invalidate_map_cache_entry_all()714 xen_invalidate_map_cache_single(mapcache); in xen_invalidate_map_cache()778 mapcache_lock(mapcache); in xen_replace_cache_entry()779 p = xen_replace_cache_entry_unlocked(mapcache, old_phys_addr, in xen_replace_cache_entry()781 mapcache_unlock(mapcache); in xen_replace_cache_entry()
71 # xen-mapcache.c76 …ummy(uint64_t old_phys_addr, uint64_t new_phys_addr) "Replacing a dummy mapcache entry for 0x%"PRI…79 …ap_cache_entry_unlocked_miss(void *buffer) "Trying to unmap address %p that is not in the mapcache"80 …cked_could_not_update_entry(uint64_t old_phys_addr) "Unable to update a mapcache entry for 0x%"PRI…83 …am_addr_from_mapcache_not_in_cache(void *p) "Trying to find address %p that is not in the mapcache"84 …ked(uint64_t old_phys_addr) "Trying to update an entry for 0x%"PRIx64" that is not in the mapcache"85 …_t paddr_index, void *vaddr_req) "Locked DMA mapping while invalidating mapcache 0x%"PRIx64" -> %p…
13 'xen-mapcache.c',
605 F: include/system/xen-mapcache.h