Home
last modified time | relevance | path

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

/arch/mips/mm/
Dc-tx39.c303 protected_flush_icache_line(addr & ~(ic_lsize - 1)); in tx39_flush_cache_sigtramp()
Dc-r4k.c675 protected_flush_icache_line(addr & ~(ic_lsize - 1)); in local_r4k_flush_cache_sigtramp()
/arch/mips/include/asm/
Dr4kcache.h209 static inline void protected_flush_icache_line(unsigned long addr) in protected_flush_icache_line() function