Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dexec_machdep.c177 gr[_REG_CPSR] = tf->tf_spsr & ~PSR_C; in get_mcontext()
180 gr[_REG_CPSR] = tf->tf_spsr; in get_mcontext()
223 spsr = gr[_REG_CPSR]; in set_mcontext()
263 tf->tf_spsr = gr[_REG_CPSR]; in set_mcontext()
/freebsd/lib/libthread_db/arch/arm/
H A Dlibpthread_md.c57 gr[_REG_CPSR] = r->r_cpsr; in pt_reg_to_ucontext()
83 r->r_cpsr = gr[_REG_CPSR]; in pt_ucontext_to_reg()
/freebsd/sys/arm/include/
H A Ducontext.h59 #define _REG_CPSR 16 macro
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_lwp_create.c149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;