Home
last modified time | relevance | path

Searched refs:MDSCR_SS (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/arm64/arm64/
HDswtch.S41 bic \tmp, \tmp, #MDSCR_SS
50 orr \tmp, \tmp, #MDSCR_SS
HDexec_machdep.c140 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_regs()
507 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_mcontext()
818 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in sendsig()
HDfreebsd32_machdep.c238 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_mcontext32()
447 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in freebsd32_sendsig()
HDdebug_monitor.c207 MDSCR_SS | MDSCR_KDE); in kdb_cpu_set_singlestep()
231 ~(MDSCR_SS | MDSCR_KDE)); in kdb_cpu_clear_singlestep()
HDtrap.c718 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in do_el0_sync()
/freebsd-14-stable/sys/arm64/include/
HDarmreg.h1673 #define MDSCR_SS (UL(0x1) << MDSCR_SS_SHIFT) macro