Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Dframe.h114 register_t sf_r9; member
/f-stack/freebsd/arm/arm/
H A Dgdb_machdep.c76 case 9: return (&kdb_thrctx->pcb_regs.sf_r9); in gdb_cpu_getreg()
H A Dgenassym.c73 ASSYM(PCB_R9, offsetof(struct pcb, pcb_regs.sf_r9));
H A Dmachdep.c675 pcb->pcb_regs.sf_r9 = tf->tf_r9; in makectx()