Lines Matching refs:MemoryRegionCache
2815 struct MemoryRegionCache { struct
2850 #define ARG1_DECL MemoryRegionCache *cache
2854 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache, in address_space_ldub_cached()
2865 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached()
2887 #define ARG1_DECL MemoryRegionCache *cache
2909 int64_t address_space_cache_init(MemoryRegionCache *cache,
2923 static inline void address_space_cache_init_empty(MemoryRegionCache *cache) in address_space_cache_init_empty()
2938 void address_space_cache_invalidate(MemoryRegionCache *cache,
2947 void address_space_cache_destroy(MemoryRegionCache *cache);
3067 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
3069 MemTxResult address_space_write_cached_slow(MemoryRegionCache *cache,
3159 address_space_read_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached()
3181 address_space_write_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached()