Home
last modified time | relevance | path

Searched refs:SMP_IDCACHE_INV_FLUSH_RANGE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/arch/mn10300/mm/
Dcache-flush-icache.c35 smp_cache_call(SMP_IDCACHE_INV_FLUSH_RANGE, start, start + PAGE_SIZE); in flush_icache_page()
96 smp_cache_call(SMP_IDCACHE_INV_FLUSH_RANGE, start, end); in flush_icache_page_range()
129 smp_cache_call(SMP_IDCACHE_INV_FLUSH_RANGE, start_page, end); in flush_icache_range()
Dcache-smp.h37 #define SMP_IDCACHE_INV_FLUSH_RANGE (SMP_ICACHE_INV_RANGE | SMP_DCACHE_FLUSH_RANGE) macro