Searched refs:sf_pc (Results 1 – 6 of 6) sorted by relevance
85 kdb_thrctx->pcb_regs.sf_pc = *(register_t *) in gdb_cpu_getreg()87 return (&kdb_thrctx->pcb_regs.sf_pc); in gdb_cpu_getreg()
147 state.registers[PC] = ctx->pcb_regs.sf_pc; in db_trace_thread()
75 ASSYM(PCB_PC, offsetof(struct pcb, pcb_regs.sf_pc));
358 pcb->pcb_regs.sf_pc = tf->tf_pc; in makectx()
41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc)
118 register_t sf_pc; member