Home
last modified time | relevance | path

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

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