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

/freebsd-13-stable/sys/arm/include/
H A Ducontext.h49 #define _REG_R4 4 macro
/freebsd-13-stable/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c48 gr[_REG_R4] = r->r[4];
74 r->r[4] = gr[_REG_R4];
/freebsd-13-stable/lib/libc/arm/gen/
H A Dmakecontext.c80 gr[_REG_R4] = (__greg_t)func;
H A Dsignalcontext.c70 gr[_REG_R4] = (__greg_t)func;
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep.c441 gr[_REG_R4] = tf->tf_r4;
507 tf->tf_r4 = gr[_REG_R4];

Completed in 65 milliseconds