Home
last modified time | relevance | path

Searched refs:SMP_ICACHE_INV_RANGE (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/mn10300/mm/
Dcache-smp-inv.c45 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()
Dcache-smp.h21 SMP_ICACHE_INV_RANGE = 0x0002, enumerator
37 #define SMP_IDCACHE_INV_FLUSH_RANGE (SMP_ICACHE_INV_RANGE | SMP_DCACHE_FLUSH_RANGE)
Dcache-inv-icache.c72 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()
Dcache-smp.c72 case SMP_ICACHE_INV_RANGE: in smp_cache_interrupt()