Home
last modified time | relevance | path

Searched refs:SMP_DCACHE_FLUSH_RANGE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/mn10300/mm/
Dcache-smp-flush.c45 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, start + PAGE_SIZE); in mn10300_dcache_flush_page()
63 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, end); in mn10300_dcache_flush_range()
81 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, start + size); in mn10300_dcache_flush_range2()
Dcache-smp.h30 SMP_DCACHE_FLUSH_RANGE = 0x0010, enumerator
37 #define SMP_IDCACHE_INV_FLUSH_RANGE (SMP_ICACHE_INV_RANGE | SMP_DCACHE_FLUSH_RANGE)
Dcache-smp.c53 case SMP_DCACHE_FLUSH_RANGE: in smp_cache_interrupt()