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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dcacheflush.h28 extern void (*local_flush_icache_range)(void *args);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcacheflush.h84 extern void (*local_flush_icache_range)(unsigned long start, unsigned long end);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dcache-sh2a.c135 local_flush_icache_range = sh2a_flush_icache_range;
H A Dcache-sh7705.c187 local_flush_icache_range = sh7705_flush_icache_range;
H A Dcache.c25 void (*local_flush_icache_range)(void *args) = cache_noop; variable
228 cacheop_on_each_cpu(local_flush_icache_range, (void *)&data, 1);
H A Dcache-sh4.c375 local_flush_icache_range = sh4_flush_icache_range;
H A Dcache-sh5.c614 local_flush_icache_range = sh5_flush_icache_range;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-tx39.c366 local_flush_icache_range = (void *) tx39h_flush_icache_all;
395 local_flush_icache_range = tx39_flush_icache_range;
H A Dc-octeon.c260 local_flush_icache_range = local_octeon_flush_icache_range;
H A Dc-r3k.c324 local_flush_icache_range = r3k_flush_icache_range;
H A Dcache.c33 void (*local_flush_icache_range)(unsigned long start, unsigned long end); variable
H A Dtlbex.c2189 local_flush_icache_range((unsigned long)handle_tlbl,
2191 local_flush_icache_range((unsigned long)handle_tlbs,
2193 local_flush_icache_range((unsigned long)handle_tlbm,
2196 local_flush_icache_range((unsigned long)tlbmiss_handler_setup_pgd,
H A Dc-r4k.c1419 local_flush_icache_range = local_r4k_flush_icache_range;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dtraps.c1438 local_flush_icache_range(ebase + offset, ebase + offset + size);
1479 local_flush_icache_range(ebase + 0x200, (unsigned long)buf);
1591 local_flush_icache_range((unsigned long)b,
1614 local_flush_icache_range((unsigned long)b,
1921 local_flush_icache_range(ebase, ebase + 0x400);

Completed in 73 milliseconds