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

/linux-4.4.14/arch/mn10300/mm/
H A Dcache-smp-inv.c115 smp_cache_call(SMP_DCACHE_INV_RANGE, start, start + PAGE_SIZE); mn10300_dcache_inv_page()
133 smp_cache_call(SMP_DCACHE_INV_RANGE, start, end); mn10300_dcache_inv_range()
151 smp_cache_call(SMP_DCACHE_INV_RANGE, start, start + size); mn10300_dcache_inv_range2()
H A Dcache-smp.h28 SMP_DCACHE_INV_RANGE = 0x0008, enumerator in enum:smp_dcache_ops
H A Dcache-smp.c47 case SMP_DCACHE_INV_RANGE: smp_cache_interrupt()

Completed in 35 milliseconds