Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dgdb_machdep.c85 kdb_thrctx->pcb_regs.sf_pc = *(register_t *) in gdb_cpu_getreg()
87 return (&kdb_thrctx->pcb_regs.sf_pc); in gdb_cpu_getreg()
H A Ddb_trace.c147 state.registers[PC] = ctx->pcb_regs.sf_pc; in db_trace_thread()
H A Dgenassym.c75 ASSYM(PCB_PC, offsetof(struct pcb, pcb_regs.sf_pc));
H A Dmachdep.c358 pcb->pcb_regs.sf_pc = tf->tf_pc; in makectx()
/freebsd/sys/arm/include/
H A Ddb_machdep.h41 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_regs.sf_pc)
H A Dframe.h118 register_t sf_pc; member