Searched refs:flush_icache_range (Results 1 – 11 of 11) sorted by relevance
/external/qemu/tcg/ |
D | tcg-dyngen.c | 48 static inline void flush_icache_range(unsigned long start, unsigned long stop) 52 static inline void flush_icache_range(unsigned long start, unsigned long stop) 64 static inline void flush_icache_range(unsigned long start, unsigned long stop) 82 static inline void flush_icache_range(unsigned long start, unsigned long stop) 87 static inline void flush_icache_range(unsigned long start, unsigned long stop) 98 static inline void flush_icache_range(unsigned long start, unsigned long stop) 108 static inline void flush_icache_range(unsigned long start, unsigned long stop) 115 static inline void flush_icache_range(unsigned long start, unsigned long stop)
|
D | tcg.c | 237 flush_icache_range((unsigned long)s->code_buf, in tcg_context_init() 2012 flush_icache_range((unsigned long)gen_code_buf, in dyngen_code()
|
/external/qemu/tcg/i386/ |
D | tcg-target.h | 53 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
/external/qemu/tcg/x86_64/ |
D | tcg-target.h | 75 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
/external/qemu/tcg/arm/ |
D | tcg-target.h | 70 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
/external/qemu/tcg/ppc/ |
D | tcg-target.h | 89 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
D | tcg-target.c | 1074 flush_icache_range(jmp_addr, jmp_addr + patch_size); in ppc_tb_set_jmp_target()
|
/external/qemu/tcg/ppc64/ |
D | tcg-target.h | 89 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
D | tcg-target.c | 1008 flush_icache_range (jmp_addr, jmp_addr + patch_size); in ppc_tb_set_jmp_target()
|
/external/qemu/tcg/sparc/ |
D | tcg-target.h | 113 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|
/external/qemu/tcg/hppa/ |
D | tcg-target.h | 89 static inline void flush_icache_range(unsigned long start, unsigned long stop) in flush_icache_range() function
|