Searched refs:sf_pc (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/arm/arm/
H A Dgdb_machdep.c87 kdb_thrctx->pcb_regs.sf_pc = *(register_t *)
89 return (&kdb_thrctx->pcb_regs.sf_pc);
H A Dgenassym.c78 ASSYM(PCB_PC, offsetof(struct pcb, pcb_regs.sf_pc));
H A Ddb_trace.c609 state.registers[PC] = ctx->pcb_regs.sf_pc;
H A Dmachdep.c777 pcb->pcb_regs.sf_pc = tf->tf_pc;
/freebsd-10.3-release/sys/arm/include/
H A Ddb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc)
H A Dframe.h119 register_t sf_pc; member in struct:switchframe

Completed in 100 milliseconds