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

/freebsd-10.1-release/sys/arm/include/
H A Ducontext.h43 #define _REG_R0 0 macro
104 #define _UC_MACHINE_INTRV(uc) ((uc)->uc_mcontext.__gregs[_REG_R0])
/freebsd-10.1-release/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c42 gr[_REG_R0] = r->r[0];
68 r->r[0] = gr[_REG_R0];
/freebsd-10.1-release/lib/libc/arm/gen/
H A Dmakecontext.c84 gr[_REG_R0 + i] = va_arg(ap, int);
H A Dsignalcontext.c70 gr[_REG_R0] = (__greg_t)sig;
/freebsd-10.1-release/sys/arm/arm/
H A Dmachdep.c670 gr[_REG_R0] = 0;
672 gr[_REG_R0] = tf->tf_r0;
705 tf->tf_r0 = gr[_REG_R0];

Completed in 55 milliseconds