Home
last modified time | relevance | path

Searched refs:_REG_R5 (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c46 gr[_REG_R5] = r->r[5]; in pt_reg_to_ucontext()
72 r->r[5] = gr[_REG_R5]; in pt_ucontext_to_reg()
/freebsd/sys/arm/include/
H A Ducontext.h48 #define _REG_R5 5 macro
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c68 gr[_REG_R5] = (__greg_t)ucp; in __signalcontext()
H A Dmakecontext.c78 gr[_REG_R5] = (__greg_t)ucp; in __makecontext()
/freebsd/sys/arm/arm/
H A Dexec_machdep.c186 gr[_REG_R5] = tf->tf_r5; in get_mcontext()
252 tf->tf_r5 = gr[_REG_R5]; in set_mcontext()