Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/mm/
Dc-tx39.c50 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all()
90 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page()
103 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page_indexed()
116 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache()
245 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_icache_range()
304 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_cache_sigtramp()
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup.c254 conf &= ~TX39_CONF_ICE; in txx9_cache_fixup()
266 conf |= TX39_CONF_ICE; in txx9_cache_fixup()
271 if (!(conf & TX39_CONF_ICE)) in txx9_cache_fixup()
/linux-4.4.14/arch/mips/include/asm/
Dmipsregs.h709 #define TX39_CONF_ICE 0x00000020 macro