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

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

Completed in 50 milliseconds