Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c38 write_c0_status((ca_flags|flags)&~ST0_IEC); in r3k_cache_size()
73 write_c0_status((ca_flags|flags)&~ST0_IEC); in r3k_cache_lsize()
118 write_c0_status((ST0_ISC|ST0_SWC|flags)&~ST0_IEC); in r3k_flush_icache_range()
175 write_c0_status((ST0_ISC|flags)&~ST0_IEC); in r3k_flush_dcache_range()
/openbmc/linux/arch/mips/kernel/
H A Dprocess.c146 status = (status & ~(ST0_KUP | ST0_IEP | ST0_IEC)) | in copy_thread()
147 ((status & (ST0_KUC | ST0_IEC)) << 2); in copy_thread()
H A Dtraps.c319 if (regs->cp0_status & ST0_IEC) in __show_regs()
/openbmc/u-boot/arch/mips/include/asm/
H A Dmipsregs.h242 #define ST0_IEC 0x00000001 macro
/openbmc/linux/arch/mips/include/asm/
H A Dmipsregs.h304 #define ST0_IEC 0x00000001 macro