PSR_SS
kdb_frame->tf_spsr |= PSR_SS;
if ((frame->tf_spsr & PSR_SS) != 0) {
if ((tf->tf_spsr & PSR_SS) != 0) {
if ((spsr & ~(PSR_SETTABLE_32 | PSR_SS)) !=
(tf->tf_spsr & ~(PSR_SETTABLE_32 | PSR_SS)))
spsr |= PSR_SS;
if ((td->td_frame->tf_spsr & PSR_SS) == 0) {
td->td_frame->tf_spsr |= PSR_SS;
td->td_frame->tf_spsr &= ~PSR_SS;
td->td_frame->tf_spsr &= ~PSR_SS;
#define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)
HOST_SPSR_EL2) & PSR_SS);
*hypctx_sys_reg(hypctx, HOST_SPSR_EL2) |= PSR_SS;
*hypctx_sys_reg(hypctx, HOST_SPSR_EL2) &= ~PSR_SS;
hypctx->debug_spsr &= ~PSR_SS;
#define SET_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr |= PSR_SS
#define CLR_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr &= ~PSR_SS