Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/arm64/arm64/
HDfreebsd32_machdep.c227 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()
HDexec_machdep.c115 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()
/freebsd-14-stable/sys/arm64/include/
HDarmreg.h2373 #define PSR_SETTABLE_32 PSR_FLAGS macro