Home
last modified time | relevance | path

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

/linux-4.1.27/arch/mips/mm/
Dc-tx39.c52 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all()
92 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page()
105 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page_indexed()
118 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache()
247 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_icache_range()
306 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_cache_sigtramp()
/linux-4.1.27/arch/mips/txx9/generic/
Dsetup.c270 conf &= ~TX39_CONF_ICE; in txx9_cache_fixup()
282 conf |= TX39_CONF_ICE; in txx9_cache_fixup()
287 if (!(conf & TX39_CONF_ICE)) in txx9_cache_fixup()
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h681 #define TX39_CONF_ICE 0x00000020 macro