Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/include/
H A Dpcb.h77 #define PCB_FSR(pcb) ((pcb)->pcb_fpregs.r_regs[_R_FSR - _FPBASE]) macro
/netbsd-src/sys/arch/mips/mips/
H A Dtrap.c810 va = mips_emul_branch(tf, pc, PCB_FSR(pcb), true); in mips_singlestep()
H A Ddb_interface.c1074 const uint32_t fpucsr = PCB_FSR(pcb); in branch_taken()
H A Dmips_emul.c286 PCB_FSR(curpcb), 0); in update_pc()