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

/freebsd-11-stable/sys/arm/include/
H A Ducontext.h47 #define _REG_R4 4 macro
/freebsd-11-stable/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c46 gr[_REG_R4] = r->r[4];
72 r->r[4] = gr[_REG_R4];
/freebsd-11-stable/lib/libc/arm/gen/
H A Dmakecontext.c78 gr[_REG_R4] = (__greg_t)func;
H A Dsignalcontext.c68 gr[_REG_R4] = (__greg_t)func;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c480 gr[_REG_R4] = tf->tf_r4;
546 tf->tf_r4 = gr[_REG_R4];

Completed in 88 milliseconds