Home
last modified time | relevance | path

Searched refs:MapCache (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c61 typedef struct MapCache { struct
75 } MapCache; argument
77 static MapCache *mapcache;
78 static MapCache *mapcache_grants;
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()
110 mc = g_new0(MapCache, 1); in xen_map_cache_init_single()
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()
[all …]