Home
last modified time | relevance | path

Searched refs:smp_lock_cache (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/mn10300/mm/
Dcache-smp-flush.c24 flags = smp_lock_cache(); in mn10300_dcache_flush()
43 flags = smp_lock_cache(); in mn10300_dcache_flush_page()
61 flags = smp_lock_cache(); in mn10300_dcache_flush_range()
79 flags = smp_lock_cache(); in mn10300_dcache_flush_range2()
94 flags = smp_lock_cache(); in mn10300_dcache_flush_inv()
114 flags = smp_lock_cache(); in mn10300_dcache_flush_inv_page()
133 flags = smp_lock_cache(); in mn10300_dcache_flush_inv_range()
152 flags = smp_lock_cache(); in mn10300_dcache_flush_inv_range2()
Dcache-smp-inv.c24 flags = smp_lock_cache(); in mn10300_icache_inv()
43 flags = smp_lock_cache(); in mn10300_icache_inv_page()
61 flags = smp_lock_cache(); in mn10300_icache_inv_range()
79 flags = smp_lock_cache(); in mn10300_icache_inv_range2()
94 flags = smp_lock_cache(); in mn10300_dcache_inv()
113 flags = smp_lock_cache(); in mn10300_dcache_inv_page()
131 flags = smp_lock_cache(); in mn10300_dcache_inv_range()
149 flags = smp_lock_cache(); in mn10300_dcache_inv_range2()
Dcache-smp.h48 static inline unsigned long smp_lock_cache(void) in smp_lock_cache() function
63 static inline unsigned long smp_lock_cache(void) { return 0; } in smp_lock_cache() function
Dcache-flush-icache.c30 flags = smp_lock_cache(); in flush_icache_page()
113 flags = smp_lock_cache(); in flush_icache_range()
Dcache-inv-icache.c89 flags = smp_lock_cache(); in flush_icache_range()