Searched refs:MIPS_COP_0_CAUSE (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/arch/evbmips/ingenic/
H A Dclock.c119 printf("CR: %08x\n", MFC0(MIPS_COP_0_CAUSE, 0));
125 printf("CR: %08x\n", MFC0(MIPS_COP_0_CAUSE, 0));
130 printf("CR: %08x\n", MFC0(MIPS_COP_0_CAUSE, 0));
H A Dcpu_startup.S98 mtc0 zero, MIPS_COP_0_CAUSE
/netbsd-current/sys/arch/mips/mips/
H A Dspl.S209 mfc0 v0, MIPS_COP_0_CAUSE # fetch cause register
212 mtc0 v0, MIPS_COP_0_CAUSE # store back
229 mfc0 v0, MIPS_COP_0_CAUSE # fetch cause register
232 mtc0 v0, MIPS_COP_0_CAUSE # store back
337 mfc0 ta1, MIPS_COP_0_CAUSE # get active interrupts
H A Dlocore_mips1.S144 mfc0 k1, MIPS_COP_0_CAUSE #01: get the cause register
243 mfc0 a1, MIPS_COP_0_CAUSE # 2nd arg is CAUSE
537 mfc0 v0, MIPS_COP_0_CAUSE # grab the pending softints
647 mfc0 a1, MIPS_COP_0_CAUSE # 2nd arg is CAUSE
746 mfc0 t0, MIPS_COP_0_CAUSE
835 mfc0 a0, MIPS_COP_0_CAUSE # grab the pending softints
925 mfc0 a2, MIPS_COP_0_CAUSE # 3rd arg is CAUSE
H A DmipsX_subr.S618 mfc0 k1, MIPS_COP_0_CAUSE #01: get the cause register
746 mfc0 a1, MIPS_COP_0_CAUSE # 2nd arg is CAUSE
974 mfc0 a1, MIPS_COP_0_CAUSE # 2nd arg is CAUSE
1209 mfc0 v0, MIPS_COP_0_CAUSE # grab the pending softints
1317 mfc0 v0, MIPS_COP_0_CAUSE
1392 mfc0 a1, MIPS_COP_0_CAUSE # 2nd arg is CAUSE
1498 mfc0 t0, MIPS_COP_0_CAUSE
1588 mfc0 a0, MIPS_COP_0_CAUSE # grab the pending softints
1689 mfc0 a2, MIPS_COP_0_CAUSE # 3rd arg is CAUSE
1795 mfc0 a5, MIPS_COP_0_CAUSE
[all...]
H A Ddb_interface.c475 SHOW32(MIPS_COP_0_CAUSE, "cause");
H A Dlocore.S86 mtc0 zero, MIPS_COP_0_CAUSE
623 mfc0 v0, MIPS_COP_0_CAUSE
634 mtc0 a0, MIPS_COP_0_CAUSE
/netbsd-current/sys/arch/emips/stand/common/
H A Dstart.S364 mfc0 v0,MIPS_COP_0_CAUSE
/netbsd-current/sys/arch/mips/include/
H A Dcpuregs.h521 * 13 MIPS_COP_0_CAUSE 3333 Exception cause register.
584 #define MIPS_COP_0_CAUSE _(13) macro

Completed in 237 milliseconds