Lines Matching refs:MemoryRegionCache
2852 struct MemoryRegionCache { struct
2887 #define ARG1_DECL MemoryRegionCache *cache
2891 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache, in address_space_ldub_cached()
2902 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached()
2924 #define ARG1_DECL MemoryRegionCache *cache
2946 int64_t address_space_cache_init(MemoryRegionCache *cache,
2960 static inline void address_space_cache_init_empty(MemoryRegionCache *cache) in address_space_cache_init_empty()
2975 void address_space_cache_invalidate(MemoryRegionCache *cache,
2984 void address_space_cache_destroy(MemoryRegionCache *cache);
3104 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
3106 MemTxResult address_space_write_cached_slow(MemoryRegionCache *cache,
3196 address_space_read_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached()
3218 address_space_write_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached()