Searched refs:sf_pc (Results 1 – 7 of 7) sorted by relevance
88 kdb_thrctx->pcb_regs.sf_pc = *(register_t *) in gdb_cpu_getreg()90 return (&kdb_thrctx->pcb_regs.sf_pc); in gdb_cpu_getreg()
84 state.registers[PC] = td->td_pcb->pcb_regs.sf_pc; in stack_save_td()
163 state.registers[PC] = ctx->pcb_regs.sf_pc; in db_trace_thread()
79 ASSYM(PCB_PC, offsetof(struct pcb, pcb_regs.sf_pc));
679 pcb->pcb_regs.sf_pc = tf->tf_pc; in makectx()
42 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc)
120 register_t sf_pc; member