Searched refs:TX39_CONF_ICE (Results 1 – 3 of 3) sorted by relevance
50 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()
254 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()
709 #define TX39_CONF_ICE 0x00000020 macro