Searched refs:cacheop (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/arch/arc/lib/ |
H A D | cache.c | 179 static inlined_cachefunc void __dc_entire_op(const int cacheop); 562 const int cacheop) in __dcache_line_loop() argument 568 aux_cmd = cacheop & OP_INV ? ARC_AUX_DC_IVDL : ARC_AUX_DC_FLDL; in __dcache_line_loop() 605 static inlined_cachefunc void __dc_entire_op(const int cacheop) in __dc_entire_op() argument 612 __before_dc_op(cacheop); in __dc_entire_op() 614 if (cacheop & OP_INV) /* Inv or flush-n-inv use same cmd reg */ in __dc_entire_op() 621 __after_dc_op(cacheop); in __dc_entire_op() 625 const int cacheop) in __dc_line_op() argument 630 __before_dc_op(cacheop); in __dc_line_op() 631 __dcache_line_loop(paddr, sz, cacheop); in __dc_line_op() [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | bmips_5xxx_init.S | 28 #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)
|