Searched refs:MemoryRegionCache (Results 1 – 6 of 6) sorted by relevance
/qemu/include/exec/ |
H A D | memory_ldst_cached.h.inc | 2 * 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,
|
/qemu/include/hw/virtio/ |
H A D | virtio-access.h | 160 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()
|
/qemu/include/system/ |
H A D | memory.h | 2815 struct MemoryRegionCache { struct 2850 #define ARG1_DECL MemoryRegionCache *cache 2854 static inline uint8_t address_space_ldub_cached(MemoryRegionCache *cache, in address_space_ldub_cached() 2865 static inline void address_space_stb_cached(MemoryRegionCache *cache, in address_space_stb_cached() 2887 #define ARG1_DECL MemoryRegionCache *cache 2909 int64_t address_space_cache_init(MemoryRegionCache *cache, 2923 static inline void address_space_cache_init_empty(MemoryRegionCache *cache) in address_space_cache_init_empty() 2938 void address_space_cache_invalidate(MemoryRegionCache *cache, 2947 void address_space_cache_destroy(MemoryRegionCache *cache); 3067 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache, [all …]
|
/qemu/include/qemu/ |
H A D | typedefs.h | 69 typedef struct MemoryRegionCache MemoryRegionCache; typedef
|
/qemu/hw/virtio/ |
H A D | virtio.c | 99 MemoryRegionCache desc; 100 MemoryRegionCache avail; 101 MemoryRegionCache used; 314 MemoryRegionCache *cache, int i) in vring_split_desc_read() 325 MemoryRegionCache *cache, in vring_packed_event_read() 338 MemoryRegionCache *cache, in vring_packed_off_wrap_write() 348 MemoryRegionCache *cache, uint16_t flags) in vring_packed_flags_write() 595 MemoryRegionCache *cache, in vring_packed_desc_read_flags() 605 MemoryRegionCache *cache, in vring_packed_desc_read() 630 MemoryRegionCache *cache, in vring_packed_desc_write_data() [all …]
|
/qemu/system/ |
H A D | physmem.c | 3548 int64_t address_space_cache_init(MemoryRegionCache *cache, in address_space_cache_init() 3596 void address_space_cache_invalidate(MemoryRegionCache *cache, in address_space_cache_invalidate() 3606 void address_space_cache_destroy(MemoryRegionCache *cache) in address_space_cache_destroy() 3627 MemoryRegionCache *cache, hwaddr addr, hwaddr *xlat, in address_space_translate_cached() 3708 address_space_read_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached_slow() 3725 address_space_write_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_write_cached_slow() 3738 #define ARG1_DECL MemoryRegionCache *cache
|