Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c45 gr[_REG_R4] = r->r[4]; in pt_reg_to_ucontext()
71 r->r[4] = gr[_REG_R4]; in pt_ucontext_to_reg()
/freebsd/sys/arm/include/
H A Ducontext.h47 #define _REG_R4 4 macro
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c67 gr[_REG_R4] = (__greg_t)func; in __signalcontext()
H A Dmakecontext.c77 gr[_REG_R4] = (__greg_t)func; in __makecontext()
/freebsd/sys/arm/arm/
H A Dexec_machdep.c185 gr[_REG_R4] = tf->tf_r4; in get_mcontext()
251 tf->tf_r4 = gr[_REG_R4]; in set_mcontext()