Searched refs:MipsEmulateBranch (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/mips/include/ |
| H A D | md_var.h | 60 uintptr_t MipsEmulateBranch(struct trapframe *, uintptr_t, int, uintptr_t);
|
| /f-stack/freebsd/mips/mips/ |
| H A D | db_interface.c | 243 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 D | trap.c | 354 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 D | pm_machdep.c | 259 va = MipsEmulateBranch(locr0, locr0->pc, locr0->fsr, in ptrace_single_step()
|
| H A D | exception.S | 1138 PTR_LA t3, _C_LABEL(MipsEmulateBranch) # compute PC after branch
|