Searched refs:local_flush_icache_range (Results 1 - 21 of 21) sorted by relevance

/arch/mips/kvm/
H A Ddyntrans.c43 local_flush_icache_range(kseg0_opc, kseg0_opc + 32);
68 local_flush_icache_range(kseg0_opc, kseg0_opc + 32);
100 local_flush_icache_range(kseg0_opc, kseg0_opc + 32);
104 local_flush_icache_range((unsigned long)opc,
135 local_flush_icache_range(kseg0_opc, kseg0_opc + 32);
139 local_flush_icache_range((unsigned long)opc,
H A Dmips.c308 local_flush_icache_range((unsigned long)gebase,
H A Demulate.c1370 local_flush_icache_range(CKSEG0ADDR(pa), 32);
/arch/xtensa/include/asm/
H A Dcacheflush.h98 #define flush_icache_range local_flush_icache_range
134 #define flush_icache_range local_flush_icache_range
141 #define local_flush_icache_range(start, end) \ macro
/arch/mips/include/asm/
H A Dcacheflush.h67 extern void (*local_flush_icache_range)(unsigned long start, unsigned long end);
/arch/sh/include/asm/
H A Dcacheflush.h28 extern void (*local_flush_icache_range)(void *args);
/arch/sh/mm/
H A Dcache-sh7705.c187 local_flush_icache_range = sh7705_flush_icache_range;
H A Dcache-sh2a.c184 local_flush_icache_range = sh2a_flush_icache_range;
H A Dcache.c25 void (*local_flush_icache_range)(void *args) = cache_noop; variable
230 cacheop_on_each_cpu(local_flush_icache_range, (void *)&data, 1);
H A Dcache-sh4.c385 local_flush_icache_range = sh4_flush_icache_range;
H A Dcache-sh5.c614 local_flush_icache_range = sh5_flush_icache_range;
/arch/mips/mm/
H A Dcache.c33 void (*local_flush_icache_range)(unsigned long start, unsigned long end); variable
34 EXPORT_SYMBOL_GPL(local_flush_icache_range); variable
H A Dc-tx39.c370 local_flush_icache_range = (void *) tx39h_flush_icache_all;
399 local_flush_icache_range = tx39_flush_icache_range;
H A Dc-octeon.c296 local_flush_icache_range = local_octeon_flush_icache_range;
H A Dc-r3k.c327 local_flush_icache_range = r3k_flush_icache_range;
H A Dtlbex.c432 local_flush_icache_range(ebase, ebase + 0x80);
1424 local_flush_icache_range(ebase, ebase + 0x100);
2202 local_flush_icache_range((unsigned long)handle_tlbl,
2204 local_flush_icache_range((unsigned long)handle_tlbs,
2206 local_flush_icache_range((unsigned long)handle_tlbm,
2208 local_flush_icache_range((unsigned long)tlbmiss_handler_setup_pgd,
H A Dc-r4k.c1660 local_flush_icache_range = local_r4k_flush_icache_range;
/arch/mips/kernel/
H A Dsmp-bmips.c386 local_flush_icache_range(0, ~0);
464 local_flush_icache_range(dst, dst + (end - start));
H A Dtraps.c1741 local_flush_icache_range(ebase + 0x200, (unsigned long)buf);
1820 local_flush_icache_range((unsigned long)b,
1842 local_flush_icache_range((unsigned long)b,
1986 local_flush_icache_range(ebase + offset, ebase + offset + size);
2182 local_flush_icache_range(ebase, ebase + 0x400);
H A Dpm-cps.c615 local_flush_icache_range((unsigned long)buf, (unsigned long)p);
/arch/xtensa/kernel/
H A Dsmp.c563 local_flush_icache_range(fd->addr1, fd->addr2);

Completed in 466 milliseconds