Searched refs:_REG_CPSR (Results 1 – 4 of 4) sorted by relevance
177 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()
57 gr[_REG_CPSR] = r->r_cpsr; in pt_reg_to_ucontext()83 r->r_cpsr = gr[_REG_CPSR]; in pt_ucontext_to_reg()
59 #define _REG_CPSR 16 macro
149 uc->uc_mcontext.__gregs[_REG_CPSR] |= 0x03 /*R15_MODE_SVC*/;