Home
last modified time | relevance | path

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

/trueos/lib/libthread_db/arch/arm/
HDlibpthread_md.c58 gr[_REG_CPSR] = r->r_cpsr; in pt_reg_to_ucontext()
84 r->r_cpsr = gr[_REG_CPSR]; in pt_ucontext_to_reg()
/trueos/sys/arm/include/
HDucontext.h59 #define _REG_CPSR 16 macro
/trueos/contrib/netbsd-tests/lib/libc/sys/
HDt_lwp_create.c149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;
/trueos/sys/arm/arm/
HDmachdep.c689 gr[_REG_CPSR] = tf->tf_spsr; in get_mcontext()
722 tf->tf_spsr = gr[_REG_CPSR]; in set_mcontext()
748 spsr = uc.uc_mcontext.__gregs[_REG_CPSR];