Home
last modified time | relevance | path

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

/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c41 gr[_REG_R0] = r->r[0]; in pt_reg_to_ucontext()
67 r->r[0] = gr[_REG_R0]; in pt_ucontext_to_reg()
/freebsd/sys/arm/arm/
H A Dexec_machdep.c176 gr[_REG_R0] = 0; in get_mcontext()
179 gr[_REG_R0] = tf->tf_r0; in get_mcontext()
247 tf->tf_r0 = gr[_REG_R0]; in set_mcontext()
/freebsd/sys/arm/include/
H A Ducontext.h43 #define _REG_R0 0 macro
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c69 gr[_REG_R0] = (__greg_t)sig; in __signalcontext()
H A Dmakecontext.c83 gr[_REG_R0 + i] = va_arg(ap, int); in __makecontext()