Home
last modified time | relevance | path

Searched refs:MemoryRegionCache (Results 1 – 3 of 3) 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,
/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.h69 typedef struct MemoryRegionCache MemoryRegionCache; typedef