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.c140 if ((frame->tf_spsr & PSR_SS) != 0) { in set_regs()
554 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.c826 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.c1418 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()
/freebsd/sys/arm64/include/
H A Darmreg.h2866 #define PSR_SS 0x00200000UL macro
2878 #define PSR_SETTABLE_64 (PSR_FLAGS | PSR_SS)