Searched refs:MDSCR_SS (Results 1 – 7 of 7) sorted by relevance
43 bic \tmp, \tmp, #MDSCR_SS52 orr \tmp, \tmp, #MDSCR_SS
139 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_regs()506 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_mcontext()817 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in sendsig()
239 READ_SPECIALREG(mdscr_el1) | MDSCR_SS); in set_mcontext32()448 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in freebsd32_sendsig()
226 MDSCR_SS | MDSCR_KDE); in kdb_cpu_clear_singlestep() 250 ~(MDSCR_SS | MDSCR_KDE)); in kdb_cpu_set_watchpoint()
727 READ_SPECIALREG(mdscr_el1) & ~MDSCR_SS); in do_el0_sync()
1367 (MDSCR_SS | MDSCR_KDE); in vmmops_setcap()1370 hypctx->mdscr_el1 |= MDSCR_SS | MDSCR_KDE; in vmmops_setcap()1376 hypctx->mdscr_el1 &= ~(MDSCR_SS | MDSCR_KDE); in vmmops_setcap()1378 hypctx->debug_mdscr &= ~(MDSCR_SS | MDSCR_KDE); in vmmops_setcap()
2023 #define MDSCR_SS (UL(0x1) << MDSCR_SS_SHIFT) macro