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.h2724 struct MemoryRegionCache { struct
2759 #define ARG1_DECL MemoryRegionCache *cache
2774 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached()
2793 #define ARG1_DECL MemoryRegionCache *cache
2815 int64_t address_space_cache_init(MemoryRegionCache *cache,
2844 void address_space_cache_invalidate(MemoryRegionCache *cache,
2853 void address_space_cache_destroy(MemoryRegionCache *cache);
2973 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
2975 MemTxResult address_space_write_cached_slow(MemoryRegionCache *cache,
3046 address_space_read_cached(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached()
[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.h67 typedef struct MemoryRegionCache MemoryRegionCache; typedef
/openbmc/qemu/hw/virtio/
H A Dvirtio.c99 MemoryRegionCache desc;
100 MemoryRegionCache avail;
101 MemoryRegionCache used;
1255 MemoryRegionCache indirect_desc_cache; in virtqueue_split_get_avail_bytes()
1393 MemoryRegionCache indirect_desc_cache; in virtqueue_packed_get_avail_bytes()
1394 MemoryRegionCache *desc_cache; in virtqueue_packed_get_avail_bytes()
1677 MemoryRegionCache indirect_desc_cache; in virtqueue_split_pop()
1678 MemoryRegionCache *desc_cache; in virtqueue_split_pop()
1824 MemoryRegionCache *desc_cache; in virtqueue_packed_pop()
1984 MemoryRegionCache *desc_cache; in virtqueue_packed_drop_all()
[all …]
/openbmc/qemu/system/
H A Dphysmem.c3354 int64_t address_space_cache_init(MemoryRegionCache *cache, in address_space_cache_init()
3402 void address_space_cache_invalidate(MemoryRegionCache *cache, in address_space_cache_invalidate()
3412 void address_space_cache_destroy(MemoryRegionCache *cache) in address_space_cache_destroy()
3433 MemoryRegionCache *cache, hwaddr addr, hwaddr *xlat, in address_space_translate_cached()
3514 address_space_read_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached_slow()
3531 address_space_write_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached_slow()
3544 #define ARG1_DECL MemoryRegionCache *cache