Searched refs:DELAYBRANCH (Results 1 – 1 of 1) sorted by relevance
284 #define DELAYBRANCH(x) ((x) & MIPS_CR_BR_DELAY) macro353 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()