Searched refs:SMP_IDCACHE_INV_FLUSH_RANGE (Results 1 – 2 of 2) sorted by relevance
35 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()
37 #define SMP_IDCACHE_INV_FLUSH_RANGE (SMP_ICACHE_INV_RANGE | SMP_DCACHE_FLUSH_RANGE) macro