Home
last modified time | relevance | path

Searched defs:cache_loop (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/openrisc/mm/
H A Dcache.c19 static __always_inline void cache_loop(struct page *page, const unsigned int reg) in cache_loop() function
/openbmc/u-boot/arch/mips/lib/
H A Dcache_init.S38 .macro cache_loop curr, end, line_sz, op macro
H A Dcache.c94 #define cache_loop(start, end, lsize, ops...) do { \ macro