Home
last modified time | relevance | path

Searched refs:sf_r12 (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm/include/
H A Dframe.h115 register_t sf_r12; member
/freebsd/sys/arm/arm/
H A Dgdb_machdep.c76 case 12: return (&kdb_thrctx->pcb_regs.sf_r12); in gdb_cpu_getreg()
H A Dgenassym.c72 ASSYM(PCB_R12, offsetof(struct pcb, pcb_regs.sf_r12));
H A Dmachdep.c359 pcb->pcb_regs.sf_r12 = tf->tf_r12; in makectx()