Home
last modified time | relevance | path

Searched refs:PCB_LR (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dswtch32.S93 stw %r16,PCB_LR(%r6)
188 lwz %r5,PCB_LR(%r3) /* Load the link register */
210 stw %r4,PCB_LR(%r3)
H A Dswtch64.S122 std %r16,PCB_LR(%r6)
297 ld %r5,PCB_LR(%r3) /* Load the link register */
342 std %r4,PCB_LR(%r3)
H A Dcpu_subr64.S61 std %r16,PCB_LR(%r3)
H A Dgenassym.c202 ASSYM(PCB_LR, offsetof(struct pcb, pcb_lr));
/freebsd/sys/arm64/arm64/
H A Dgdb_machdep.c67 case GDB_REG_LR: return (&kdb_thrctx->pcb_x[PCB_LR]); in gdb_cpu_getreg()
96 case GDB_REG_LR: kdb_thrctx->pcb_x[PCB_LR] = regval; break; in gdb_cpu_setreg()
H A Ddb_trace.c154 frame.pc = (uintptr_t)ctx->pcb_x[PCB_LR];
H A Dmachdep.c376 if (i == PCB_LR) in makectx()
/freebsd/sys/arm64/include/
H A Ddb_machdep.h49 #define PC_REGS() ((db_addr_t)kdb_thrctx->pcb_x[PCB_LR])
57 kdb_thrctx->pcb_x[PCB_LR] += BKPT_SIZE; \
H A Dpcb.h47 #define PCB_LR 11 macro
/freebsd/sys/arm/arm/
H A Dgenassym.c76 ASSYM(PCB_LR, offsetof(struct pcb, pcb_regs.sf_lr));
/freebsd/sys/powerpc/aim/
H A Dtrap_subr64.S450 ld %r5,PCB_LR(%r3) /* Load the link register */