Home
last modified time | relevance | path

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

/linux-2.6.39/arch/mips/mm/
Dc-tx39.c53 write_c0_conf(config & ~TX39_CONF_ICE); in tx39h_flush_icache_all()
93 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page()
106 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache_page_indexed()
119 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_blast_icache()
248 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_icache_range()
302 write_c0_conf(config & ~TX39_CONF_ICE); in tx39_flush_cache_sigtramp()
/linux-2.6.39/arch/mips/txx9/generic/
Dsetup.c269 conf &= ~TX39_CONF_ICE; in txx9_cache_fixup()
281 conf |= TX39_CONF_ICE; in txx9_cache_fixup()
286 if (!(conf & TX39_CONF_ICE)) in txx9_cache_fixup()
/linux-2.6.39/arch/mips/include/asm/
Dmipsregs.h367 #define TX39_CONF_ICE 0x00000020 macro