Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dmd_var.h60 uintptr_t MipsEmulateBranch(struct trapframe *, uintptr_t, int, uintptr_t);
/f-stack/freebsd/mips/mips/
H A Ddb_interface.c243 next = (db_addr_t)MipsEmulateBranch(kdb_frame, pc, 0, 0); in next_instr_address()
347 ra = (db_addr_t)MipsEmulateBranch(kdb_frame, pc, fpucsr, 0); in branch_taken()
H A Dtrap.c354 locr0->pc = MipsEmulateBranch(locr0, locr0->pc, 0, 0); in cpu_fetch_syscall_args()
883 locr0->pc = MipsEmulateBranch(locr0, trapframe->pc, 0, in trap()
1159 MipsEmulateBranch(struct trapframe *framePtr, uintptr_t instPC, int fpcCSR, in MipsEmulateBranch() function
1679 frame->pc = MipsEmulateBranch(frame, frame->pc, in emulate_unaligned_access()
H A Dpm_machdep.c259 va = MipsEmulateBranch(locr0, locr0->pc, locr0->fsr, in ptrace_single_step()
H A Dexception.S1138 PTR_LA t3, _C_LABEL(MipsEmulateBranch) # compute PC after branch