Home
last modified time | relevance | path

Searched refs:cpu_flush_icache_range (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu-common.h170 void cpu_flush_icache_range(hwaddr start, hwaddr len);
/openbmc/qemu/hw/core/
H A Dloader.c1268 cpu_flush_icache_range(rom->addr, rom->datasize); in rom_reset()
/openbmc/qemu/system/
H A Dphysmem.c3064 void cpu_flush_icache_range(hwaddr start, hwaddr len) in cpu_flush_icache_range() function