Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dcache.c100 static inline void __slc_entire_op(const int cacheop) in __slc_entire_op() argument
103 unsigned int ctrl_reg = __before_slc_op(cacheop); in __slc_entire_op()
105 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __slc_entire_op()
112 __after_slc_op(cacheop, ctrl_reg); in __slc_entire_op()
116 const int cacheop) in __slc_line_op() argument
118 unsigned int ctrl_reg = __before_slc_op(cacheop); in __slc_line_op()
119 __slc_line_loop(paddr, sz, cacheop); in __slc_line_op()
120 __after_slc_op(cacheop, ctrl_reg); in __slc_line_op()
123 #define __slc_entire_op(cacheop) argument
124 #define __slc_line_op(paddr, sz, cacheop) argument
[all …]
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbmips_5xxx_init.S28 #define cacheop(kva, size, linesize, op) \ macro
376 cacheop(a0, v0, v1, Index_Store_Tag_I)
397 cacheop(a0, v0, v1, Index_Store_Tag_D)