Lines Matching defs:mc
81 static inline void mapcache_lock(MapCache *mc) in mapcache_lock()
86 static inline void mapcache_unlock(MapCache *mc) in mapcache_unlock()
106 MapCache *mc; in xen_map_cache_init_single() local
186 static void xen_remap_bucket(MapCache *mc, in xen_remap_bucket()
323 static uint8_t *xen_map_cache_unlocked(MapCache *mc, in xen_map_cache_unlocked()
459 MapCache *mc = grant ? mapcache_grants : mapcache; in xen_map_cache() local
481 static ram_addr_t xen_ram_addr_from_mapcache_single(MapCache *mc, void *ptr) in xen_ram_addr_from_mapcache_single()
532 static void xen_invalidate_map_cache_entry_unlocked(MapCache *mc, in xen_invalidate_map_cache_entry_unlocked()
619 static void xen_invalidate_map_cache_entry_single(MapCache *mc, uint8_t *buffer) in xen_invalidate_map_cache_entry_single()
655 static void xen_invalidate_map_cache_single(MapCache *mc) in xen_invalidate_map_cache_single()
706 static uint8_t *xen_replace_cache_entry_unlocked(MapCache *mc, in xen_replace_cache_entry_unlocked()