Home
last modified time | relevance | path

Searched defs: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()
116 const int cacheop) in __slc_line_op()
123 #define __slc_entire_op(cacheop) argument
124 #define __slc_line_op(paddr, sz, cacheop) argument
324 const int cacheop) in __cache_line_loop()
386 static inline void __dc_entire_op(const int cacheop) in __dc_entire_op()
402 const int cacheop) in __dc_line_op()
409 #define __dc_entire_op(cacheop) argument
410 #define __dc_line_op(paddr, sz, cacheop) argument
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dbmips_5xxx_init.S28 #define cacheop(kva, size, linesize, op) \ macro