Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dc-tx39.c306 protected_flush_icache_line(addr & ~(ic_lsize - 1)); in tx39_flush_cache_sigtramp()
Dc-r4k.c801 protected_flush_icache_line(addr & ~(ic_lsize - 1)); in local_r4k_flush_cache_sigtramp()
/linux-4.4.14/arch/mips/include/asm/
Dr4kcache.h179 static inline void protected_flush_icache_line(unsigned long addr) in protected_flush_icache_line() function