Home
last modified time | relevance | path

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

/openbmc/qemu/include/sysemu/
H A Dxen-mapcache.h15 typedef hwaddr (*phys_offset_to_gaddr_t)(hwaddr phys_offset, typedef
19 void xen_map_cache_init(phys_offset_to_gaddr_t f,
33 static inline void xen_map_cache_init(phys_offset_to_gaddr_t f, in xen_map_cache_init()
/openbmc/qemu/hw/xen/
H A Dxen-mapcache.c72 phys_offset_to_gaddr_t phys_offset_to_gaddr;
100 static MapCache *xen_map_cache_init_single(phys_offset_to_gaddr_t f, in xen_map_cache_init_single()
134 void xen_map_cache_init(phys_offset_to_gaddr_t f, void *opaque) in xen_map_cache_init()