Searched refs:PSR_SETTABLE_32 (Results 1 – 3 of 3) sorted by relevance
228 if ((spsr & ~(PSR_SETTABLE_32 | PSR_SS)) != in set_mcontext32()229 (tf->tf_spsr & ~(PSR_SETTABLE_32 | PSR_SS))) in set_mcontext32()232 spsr &= PSR_SETTABLE_32; in set_mcontext32()233 spsr |= tf->tf_spsr & ~PSR_SETTABLE_32; in set_mcontext32()
119 frame->tf_spsr &= ~PSR_SETTABLE_32; in set_regs() 120 frame->tf_spsr |= regs->x[16] & PSR_SETTABLE_32; in set_regs() 376 tf->tf_spsr &= ~PSR_SETTABLE_32; in set_regs32() 377 tf->tf_spsr |= regs->r_cpsr & PSR_SETTABLE_32; in set_regs32()
2866 #define PSR_SETTABLE_32 PSR_FLAGS macro