Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arc/lib/
H A Dcache.c401 static inline void __dc_line_op(unsigned long paddr, unsigned long sz, in __dc_line_op() function
410 #define __dc_line_op(paddr, sz, cacheop) macro
418 __dc_line_op(start, end - start, OP_INV); in invalidate_dcache_range()
431 __dc_line_op(start, end - start, OP_FLUSH); in flush_dcache_range()