Home
last modified time | relevance | path

Searched refs:address_space_read_cached_slow (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dmemory.h2947 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
3029 return address_space_read_cached_slow(cache, addr, buf, len); in address_space_read_cached()
/openbmc/qemu/system/
H A Dphysmem.c3344 address_space_read_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached_slow() function