Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arc/lib/
H A Dcache.c179 static inlined_cachefunc void __dc_entire_op(const int cacheop);
545 __dc_entire_op(OP_FLUSH_N_INV); in dcache_disable()
605 static inlined_cachefunc void __dc_entire_op(const int cacheop) in __dc_entire_op() function
684 __dc_entire_op(OP_FLUSH_N_INV); in flush_n_invalidate_dcache_all()
692 __dc_entire_op(OP_FLUSH); in flush_dcache_all()
705 __dc_entire_op(OP_FLUSH_N_INV); in sync_n_cleanup_cache_all()
/openbmc/linux/arch/arc/mm/
H A Dcache.c424 static inline void __dc_entire_op(const int op) in __dc_entire_op() function
444 __dc_entire_op(OP_FLUSH_N_INV); in __dc_disable()
480 #define __dc_entire_op(op) macro
918 __dc_entire_op(OP_FLUSH_N_INV); in flush_cache_all()