Searched refs:MDSCR_SS (Results 1 – 3 of 3) sorted by relevance
145 thread_state->mdscr_el1 |= MDSCR_SS; in thread_setsinglestep()147 thread_state->mdscr_el1 &= ~MDSCR_SS; in thread_setsinglestep()
1780 if (state->mdscr_el1 & MDSCR_SS) {1807 if (state->mdscr_el1 & MDSCR_SS) {1808 thread_state->mdscr_el1 |= MDSCR_SS;1810 thread_state->mdscr_el1 &= ~MDSCR_SS;1857 if (state->mdscr_el1 & MDSCR_SS) {1883 if (state->mdscr_el1 & MDSCR_SS) {1884 thread_state->mdscr_el1 |= MDSCR_SS;1886 thread_state->mdscr_el1 &= ~MDSCR_SS;
1123 #define MDSCR_SS (1ULL << MDSCR_SS_SHIFT) macro