Searched defs:flush_cache (Results 1 – 14 of 14) sorted by relevance
/u-boot/arch/powerpc/lib/ |
A D | cache.c | 12 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/sandbox/cpu/ |
A D | cache.c | 10 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/mips/mach-octeon/ |
A D | cache.c | 17 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/microblaze/cpu/ |
A D | cache.c | 58 void flush_cache(ulong addr, ulong size) in flush_cache() function
|
/u-boot/arch/xtensa/lib/ |
A D | cache.c | 30 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/riscv/lib/ |
A D | cache.c | 42 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/m68k/lib/ |
A D | cache.c | 15 void flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/nios2/lib/ |
A D | cache.c | 100 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
/u-boot/arch/sh/cpu/sh4/ |
A D | cache.c | 80 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/arm/lib/ |
A D | cache.c | 22 __weak void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
/u-boot/arch/mips/lib/ |
A D | cache.c | 111 void __weak flush_cache(ulong start_addr, ulong size) in flush_cache() function
|
/u-boot/arch/x86/cpu/ |
A D | cpu.c | 92 void flush_cache(unsigned long dummy1, unsigned long dummy2) in flush_cache() function
|
/u-boot/arch/nds32/lib/ |
A D | cache.c | 264 void flush_cache(unsigned long addr, unsigned long size) in flush_cache() function
|
/u-boot/arch/arc/lib/ |
A D | cache.c | 774 void flush_cache(unsigned long start, unsigned long size) in flush_cache() function
|
Completed in 67 milliseconds