Lines Matching refs:MemoryRegionCache
2740 struct MemoryRegionCache { struct
2775 #define ARG1_DECL MemoryRegionCache *cache
2779 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache, in address_space_ldub_cached()
2790 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached()
2809 #define ARG1_DECL MemoryRegionCache *cache
2831 int64_t address_space_cache_init(MemoryRegionCache *cache,
2845 static inline void address_space_cache_init_empty(MemoryRegionCache *cache) in address_space_cache_init_empty()
2860 void address_space_cache_invalidate(MemoryRegionCache *cache,
2869 void address_space_cache_destroy(MemoryRegionCache *cache);
2989 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
2991 MemTxResult address_space_write_cached_slow(MemoryRegionCache *cache,
3081 address_space_read_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached()
3103 address_space_write_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached()