Home
last modified time | relevance | path

Searched refs:PSR_SETTABLE_32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dfreebsd32_machdep.c228 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()
H A Dexec_machdep.c119 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()
/freebsd/sys/arm64/include/
H A Darmreg.h2866 #define PSR_SETTABLE_32 PSR_FLAGS macro