Searched refs:PSR_SETTABLE_32 (Results 1 – 3 of 3) sorted by relevance
227 if ((spsr & ~(PSR_SETTABLE_32 | PSR_SS)) != in set_mcontext32()228 (tf->tf_spsr & ~(PSR_SETTABLE_32 | PSR_SS))) in set_mcontext32()231 spsr &= PSR_SETTABLE_32; in set_mcontext32()232 spsr |= tf->tf_spsr & ~PSR_SETTABLE_32; in set_mcontext32()
115 frame->tf_spsr &= ~PSR_SETTABLE_32; in set_regs()116 frame->tf_spsr |= regs->x[16] & PSR_SETTABLE_32; in set_regs()362 tf->tf_spsr &= ~PSR_SETTABLE_32; in set_regs32()363 tf->tf_spsr |= regs->r_cpsr & PSR_SETTABLE_32; in set_regs32()
2373 #define PSR_SETTABLE_32 PSR_FLAGS macro