Searched refs:flush_idcache_range (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/util/ |
H A D | cacheflush.c | 242 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 260 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 310 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 320 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 360 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 371 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function
|
/openbmc/qemu/include/qemu/ |
H A D | cacheflush.h | 24 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 31 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len);
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1438 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_prologue_init() 6282 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_gen_code()
|
/openbmc/qemu/system/ |
H A D | physmem.c | 3050 flush_idcache_range((uintptr_t)ram_ptr, (uintptr_t)ram_ptr, l); in address_space_write_rom_internal()
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 1270 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 1799 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 1954 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 2104 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 2942 flush_idcache_range(jmp_rx, jmp_rw, 4);
|