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.h2980 MemTxResult address_space_read_cached_slow(MemoryRegionCache *cache,
3062 return address_space_read_cached_slow(cache, addr, buf, len); in address_space_read_cached()
/openbmc/qemu/system/
H A Dphysmem.c3514 address_space_read_cached_slow(MemoryRegionCache *cache, hwaddr addr, in address_space_read_cached_slow() function