Searched refs:_REG_CPSR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Ducontext.h59 #define _REG_CPSR 16 macro
/freebsd-11-stable/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c58 gr[_REG_CPSR] = r->r_cpsr;
84 r->r_cpsr = gr[_REG_CPSR];
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep.c472 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C;
475 gr[_REG_CPSR] = tf->tf_spsr;
518 spsr = gr[_REG_CPSR];
558 tf->tf_spsr = gr[_REG_CPSR];

Completed in 78 milliseconds