Searched refs:mdscr_el1 (Results 1 – 5 of 5) sorted by relevance
145 thread_state->mdscr_el1 |= MDSCR_SS; in thread_setsinglestep()147 thread_state->mdscr_el1 &= ~MDSCR_SS; in thread_setsinglestep()
1386 …thread_state->mdscr_el1 = 0ULL; // Legacy customers issuing ARM_DEBUG_STATE dont drive sin… in machine_thread_set_state()1411 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()1438 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()1439 thread_state->mdscr_el1 |= MDSCR_SS; in machine_thread_set_state()1441 thread_state->mdscr_el1 &= ~MDSCR_SS; in machine_thread_set_state()1488 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()1514 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()1515 thread_state->mdscr_el1 |= MDSCR_SS; in machine_thread_set_state()1517 thread_state->mdscr_el1 &= ~MDSCR_SS; in machine_thread_set_state()
1041 if (debug_state->uds.ds32.mdscr_el1 & 0x1) { in arm_debug_set32()1243 if (debug_state->uds.ds64.mdscr_el1 & 0x1) { in arm_debug_set64()
1676 thread->machine.DebugData->uds.ds64.mdscr_el1 &= ~0x1; in handle_sw_step_debug()
728 __uint64_t mdscr_el1; /* Bit 0 is SS (Hardware Single Step) */ variable738 __uint64_t mdscr_el1; /* Bit 0 is SS (Hardware Single Step) */ variable