Home
last modified time | relevance | path

Searched refs:PSR_SS (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dptrace_machdep.c172 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()
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()
236 spsr |= PSR_SS; in set_mcontext32()
H A Dexec_machdep.c135 if ((frame->tf_spsr & PSR_SS) != 0) { in set_regs()
502 if ((tf->tf_spsr & PSR_SS) != 0) { in set_mcontext()
H A Ddebug_monitor.c215 kdb_frame->tf_spsr |= PSR_SS; in kdb_cpu_set_singlestep()
H A Dtrap.c724 td->td_frame->tf_spsr &= ~PSR_SS; in do_el0_sync()
/freebsd/tests/sys/kern/
H A Dbasic_signal.c15 #define SET_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr |= PSR_SS
16 #define CLR_TRACE_FLAG(ucp) (ucp)->uc_mcontext.mc_gpregs.gp_spsr &= ~PSR_SS
/freebsd/sys/arm64/vmm/
H A Dvmm_arm64.c1365 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()
/freebsd/sys/arm64/include/
H A Darmreg.h2729 #define PSR_SS 0x00200000UL macro
2741 #define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)