Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dframe.h111 register_t sf_r8; member
/freebsd/sys/arm/arm/
H A Dgdb_machdep.c72 case 8: return (&kdb_thrctx->pcb_regs.sf_r8); in gdb_cpu_getreg()
H A Dgenassym.c70 ASSYM(PCB_R8, offsetof(struct pcb, pcb_regs.sf_r8));
H A Dmachdep.c354 pcb->pcb_regs.sf_r8 = tf->tf_r8; in makectx()