Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/mips/
H A Dtrap.c284 #define DELAYBRANCH(x) ((x) & MIPS_CR_BR_DELAY) macro
353 if (DELAYBRANCH(locr0->cause)) /* Check BD bit */ in cpu_fetch_syscall_args()
830 if (DELAYBRANCH(trapframe->cause)) in trap()
863 if (DELAYBRANCH(trapframe->cause)) in trap()
879 if (DELAYBRANCH(trapframe->cause)) in trap()
882 if (DELAYBRANCH(trapframe->cause)) { /* Check BD bit */ in trap()
1414 pc = frame->pc + (DELAYBRANCH(frame->cause) ? 4 : 0); in log_illegal_instruction()
1480 pc = frame->pc + (DELAYBRANCH(frame->cause) ? 4 : 0); in log_bad_page_fault()
1660 pc = frame->pc + (DELAYBRANCH(frame->cause) ? 4 : 0); in emulate_unaligned_access()
1678 if (DELAYBRANCH(frame->cause)) in emulate_unaligned_access()