Home
last modified time | relevance | path

Searched refs:_REG_R7 (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c48 gr[_REG_R7] = r->r[7]; in pt_reg_to_ucontext()
74 r->r[7] = gr[_REG_R7]; in pt_ucontext_to_reg()
/freebsd/sys/arm/include/
H A Ducontext.h50 #define _REG_R7 7 macro
/freebsd/sys/arm/arm/
H A Dexec_machdep.c188 gr[_REG_R7] = tf->tf_r7; in get_mcontext()
254 tf->tf_r7 = gr[_REG_R7]; in set_mcontext()