Searched refs:SMP_ICACHE_INV_RANGE (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/mn10300/mm/ |
D | cache-smp-inv.c | 45 smp_cache_call(SMP_ICACHE_INV_RANGE, start, start + PAGE_SIZE); in mn10300_icache_inv_page() 63 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in mn10300_icache_inv_range() 81 smp_cache_call(SMP_ICACHE_INV_RANGE, start, start + size); in mn10300_icache_inv_range2()
|
D | cache-smp.h | 21 SMP_ICACHE_INV_RANGE = 0x0002, enumerator 37 #define SMP_IDCACHE_INV_FLUSH_RANGE (SMP_ICACHE_INV_RANGE | SMP_DCACHE_FLUSH_RANGE)
|
D | cache-inv-icache.c | 72 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in flush_icache_page_range() 104 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in flush_icache_range()
|
D | cache-smp.c | 72 case SMP_ICACHE_INV_RANGE: in smp_cache_interrupt()
|