Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c42 gr[_REG_R1] = r->r[1]; in pt_reg_to_ucontext()
68 r->r[1] = gr[_REG_R1]; in pt_ucontext_to_reg()
/freebsd/sys/arm/include/
H A Ducontext.h44 #define _REG_R1 1 macro
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c70 gr[_REG_R1] = (__greg_t)&sfp->sf_si; in __signalcontext()
/freebsd/sys/arm/arm/
H A Dexec_machdep.c182 gr[_REG_R1] = tf->tf_r1; in get_mcontext()
248 tf->tf_r1 = gr[_REG_R1]; in set_mcontext()