Home
last modified time | relevance | path

Searched refs:smp_cache_call (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/mn10300/mm/
Dcache-smp-flush.c26 smp_cache_call(SMP_DCACHE_FLUSH, 0, 0); in mn10300_dcache_flush()
45 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, start + PAGE_SIZE); in mn10300_dcache_flush_page()
63 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, end); in mn10300_dcache_flush_range()
81 smp_cache_call(SMP_DCACHE_FLUSH_RANGE, start, start + size); in mn10300_dcache_flush_range2()
96 smp_cache_call(SMP_DCACHE_FLUSH_INV, 0, 0); in mn10300_dcache_flush_inv()
116 smp_cache_call(SMP_DCACHE_FLUSH_INV_RANGE, start, start + PAGE_SIZE); in mn10300_dcache_flush_inv_page()
135 smp_cache_call(SMP_DCACHE_FLUSH_INV_RANGE, start, end); in mn10300_dcache_flush_inv_range()
154 smp_cache_call(SMP_DCACHE_FLUSH_INV_RANGE, start, start + size); in mn10300_dcache_flush_inv_range2()
Dcache-smp-inv.c26 smp_cache_call(SMP_ICACHE_INV, 0, 0); in mn10300_icache_inv()
45 smp_cache_call(SMP_ICACHE_INV_RANGE, start, start + PAGE_SIZE); in mn10300_icache_inv_page()
63 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in mn10300_icache_inv_range()
81 smp_cache_call(SMP_ICACHE_INV_RANGE, start, start + size); in mn10300_icache_inv_range2()
96 smp_cache_call(SMP_DCACHE_INV, 0, 0); in mn10300_dcache_inv()
115 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-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()
149 smp_cache_call(SMP_IDCACHE_INV_FLUSH, 0, 0); in flush_icache_range()
Dcache-inv-icache.c72 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in flush_icache_page_range()
104 smp_cache_call(SMP_ICACHE_INV_RANGE, start, end); in flush_icache_range()
123 smp_cache_call(SMP_ICACHE_INV, 0, 0); in flush_icache_range()
Dcache-smp.h45 extern void smp_cache_call(unsigned long opr_mask,
65 static inline void smp_cache_call(unsigned long opr_mask, in smp_cache_call() function
Dcache-smp.c91 void smp_cache_call(unsigned long opr_mask, in smp_cache_call() function