Searched refs:flush_idcache_range (Results 1 – 9 of 9) sorted by relevance
| /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 static inline void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 38 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len);
|
| /openbmc/qemu/util/ |
| H A D | cacheflush.c | 246 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 264 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 314 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 324 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 364 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function 375 void flush_idcache_range(uintptr_t rx, uintptr_t rw, size_t len) in flush_idcache_range() function
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 1917 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_prologue_init() 7053 flush_idcache_range((uintptr_t)tcg_splitwx_to_rx(s->code_buf), in tcg_gen_code()
|
| /openbmc/qemu/system/ |
| H A D | physmem.c | 3222 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 | 1364 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
| /openbmc/qemu/tcg/riscv/ |
| H A D | tcg-target.c.inc | 1955 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
| /openbmc/qemu/tcg/aarch64/ |
| H A D | tcg-target.c.inc | 2040 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
| /openbmc/qemu/tcg/arm/ |
| H A D | tcg-target.c.inc | 1835 flush_idcache_range(jmp_rx, jmp_rw, 4);
|
| /openbmc/qemu/tcg/ppc/ |
| H A D | tcg-target.c.inc | 2921 flush_idcache_range(jmp_rx, jmp_rw, 4);
|