Home
last modified time | relevance | path

Searched refs:ST0_IEC (Results 1 – 4 of 4) sorted by relevance

/arch/mips/mm/
Dc-r3k.c39 write_c0_status((ca_flags|flags)&~ST0_IEC); in r3k_cache_size()
74 write_c0_status((ca_flags|flags)&~ST0_IEC); in r3k_cache_lsize()
119 write_c0_status((ST0_ISC|ST0_SWC|flags)&~ST0_IEC); in r3k_flush_icache_range()
176 write_c0_status((ST0_ISC|flags)&~ST0_IEC); in r3k_flush_dcache_range()
/arch/mips/kernel/
Dprocess.c145 status = (status & ~(ST0_KUP | ST0_IEP | ST0_IEC)) | in copy_thread_tls()
146 ((status & (ST0_KUC | ST0_IEC)) << 2); in copy_thread_tls()
Dtraps.c307 if (regs->cp0_status & ST0_IEC) in __show_regs()
/arch/mips/include/asm/
Dmipsregs.h318 #define ST0_IEC 0x00000001 macro