Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemory_ldst_cached.h.inc2 * Memory access templates for MemoryRegionCache
27 static inline uint16_t ADDRESS_SPACE_LD_CACHED(uw)(MemoryRegionCache *cache,
39 static inline uint32_t ADDRESS_SPACE_LD_CACHED(l)(MemoryRegionCache *cache,
51 static inline uint64_t ADDRESS_SPACE_LD_CACHED(q)(MemoryRegionCache *cache,
74 static inline void ADDRESS_SPACE_ST_CACHED(w)(MemoryRegionCache *cache,
85 static inline void ADDRESS_SPACE_ST_CACHED(l)(MemoryRegionCache *cache,
96 static inline void ADDRESS_SPACE_ST_CACHED(q)(MemoryRegionCache *cache,
H A Dmemory.h2731 struct MemoryRegionCache { struct
2766 #define ARG1_DECL MemoryRegionCache *cache
2770 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache, in address_space_ldub_cached()
2781 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached()
2800 #define ARG1_DECL MemoryRegionCache *cache
2822 int64_t address_space_cache_init(MemoryRegionCache *cache,
2836 static inline void address_space_cache_init_empty(MemoryRegionCache *cache) in address_space_cache_init_empty()
2851 void address_space_cache_invalidate(MemoryRegionCache *cache,
2860 void address_space_cache_destroy(MemoryRegionCache *cache);
2980 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
[all …]
H A Dcpu-all.h111 #define ARG1_DECL MemoryRegionCache *cache
133 #define ARG1_DECL MemoryRegionCache *cache
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-access.h160 MemoryRegionCache *cache, in virtio_lduw_phys_cached()
170 MemoryRegionCache *cache, in virtio_ldl_phys_cached()
180 MemoryRegionCache *cache, in virtio_ldq_phys_cached()
190 MemoryRegionCache *cache, in virtio_stw_phys_cached()
201 MemoryRegionCache *cache, in virtio_stl_phys_cached()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h68 typedef struct MemoryRegionCache MemoryRegionCache; typedef
/openbmc/qemu/hw/virtio/
H A Dvirtio.c99 MemoryRegionCache desc;
100 MemoryRegionCache avail;
101 MemoryRegionCache used;
305 MemoryRegionCache *cache, int i) in vring_split_desc_read()
316 MemoryRegionCache *cache, in vring_packed_event_read()
329 MemoryRegionCache *cache, in vring_packed_off_wrap_write()
339 MemoryRegionCache *cache, uint16_t flags) in vring_packed_flags_write()
586 MemoryRegionCache *cache, in vring_packed_desc_read_flags()
596 MemoryRegionCache *cache, in vring_packed_desc_read()
621 MemoryRegionCache *cache, in vring_packed_desc_write_data()
[all …]
/openbmc/qemu/system/
H A Dphysmem.c3356 int64_t address_space_cache_init(MemoryRegionCache *cache, in address_space_cache_init()
3404 void address_space_cache_invalidate(MemoryRegionCache *cache, in address_space_cache_invalidate()
3414 void address_space_cache_destroy(MemoryRegionCache *cache) in address_space_cache_destroy()
3435 MemoryRegionCache *cache, hwaddr addr, hwaddr *xlat, in address_space_translate_cached()
3516 address_space_read_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached_slow()
3533 address_space_write_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached_slow()
3546 #define ARG1_DECL MemoryRegionCache *cache