Home
last modified time | relevance | path

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

/qemu/hw/xen/
H A Dxen-mapcache.c61 typedef struct MapCache { struct
75 } MapCache; typedef
77 static MapCache *mapcache;
78 static MapCache *mapcache_grants_ro;
79 static MapCache *mapcache_grants_rw;
82 static inline void mapcache_lock(MapCache *mc) in mapcache_lock()
87 static inline void mapcache_unlock(MapCache *mc) in mapcache_unlock()
101 static MapCache *xen_map_cache_init_single(phys_offset_to_gaddr_t f, in xen_map_cache_init_single()
107 MapCache *mc; in xen_map_cache_init_single()
111 mc = g_new0(MapCache, 1); in xen_map_cache_init_single()
[all …]