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()
135 if ((frame->tf_spsr & PSR_SS) != 0) { in set_regs()502 if ((tf->tf_spsr & PSR_SS) != 0) { in set_mcontext()
215 kdb_frame->tf_spsr |= PSR_SS; in kdb_cpu_set_singlestep()
724 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
1365 hypctx->debug_spsr |= (hypctx->tf.tf_spsr & PSR_SS); in vmmops_setcap()1369 hypctx->tf.tf_spsr |= PSR_SS; in vmmops_setcap()1373 hypctx->tf.tf_spsr &= ~PSR_SS; in vmmops_setcap()1375 hypctx->debug_spsr &= ~PSR_SS; in vmmops_setcap()
2729 #define PSR_SS 0x00200000UL macro2741 #define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)