Searched refs:PSR_SS (Results 1 – 8 of 8) sorted by relevance
172 if ((td->td_frame->tf_spsr & PSR_SS) == 0) { in ptrace_single_step()173 td->td_frame->tf_spsr |= PSR_SS; in ptrace_single_step()184 td->td_frame->tf_spsr &= ~PSR_SS; in ptrace_clear_single_step()
228 if ((spsr & ~(PSR_SETTABLE_32 | PSR_SS)) != in set_mcontext32()229 (tf->tf_spsr & ~(PSR_SETTABLE_32 | PSR_SS))) in set_mcontext32()236 spsr |= PSR_SS; in set_mcontext32()
140 if ((frame->tf_spsr & PSR_SS) != 0) { in set_regs()554 if ((tf->tf_spsr & PSR_SS) != 0) { in set_mcontext()
215 kdb_frame->tf_spsr |= PSR_SS; in kdb_cpu_set_singlestep()
826 td->td_frame->tf_spsr &= ~PSR_SS; in do_el0_sync()
15 #define SET_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr |= PSR_SS16 #define CLR_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr &= ~PSR_SS
1418 HOST_SPSR_EL2) & PSR_SS); in vmmops_setcap()1422 *hypctx_sys_reg(hypctx, HOST_SPSR_EL2) |= PSR_SS; in vmmops_setcap()1426 *hypctx_sys_reg(hypctx, HOST_SPSR_EL2) &= ~PSR_SS; in vmmops_setcap()1429 hypctx->debug_spsr &= ~PSR_SS; in vmmops_setcap()
2866 #define PSR_SS 0x00200000UL macro2878 #define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)