Home
last modified time | relevance | path

Searched refs:mdscr_el1 (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/osfmk/arm64/
H A Dbsd_arm64.c146 thread_state->mdscr_el1 |= MDSCR_SS; in thread_setsinglestep()
148 thread_state->mdscr_el1 &= ~MDSCR_SS; in thread_setsinglestep()
H A Dstatus.c1063 …thread_state->mdscr_el1 = 0ULL; // Legacy customers issuing ARM_DEBUG_STATE dont drive sin… in machine_thread_set_state()
1088 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()
1115 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()
1116 thread_state->mdscr_el1 |= MDSCR_SS; in machine_thread_set_state()
1118 thread_state->mdscr_el1 &= ~MDSCR_SS; in machine_thread_set_state()
1165 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()
1191 if (state->mdscr_el1 & MDSCR_SS) { in machine_thread_set_state()
1192 thread_state->mdscr_el1 |= MDSCR_SS; in machine_thread_set_state()
1194 thread_state->mdscr_el1 &= ~MDSCR_SS; in machine_thread_set_state()
H A Dpcb.c649 if (debug_state->uds.ds32.mdscr_el1 & 0x1) { in arm_debug_set32()
841 if (debug_state->uds.ds64.mdscr_el1 & 0x1) { in arm_debug_set64()
H A Dsleh.c1204 thread->machine.DebugData->uds.ds64.mdscr_el1 &= ~0x1; in handle_sw_step_debug()
/xnu-8019.80.24/osfmk/mach/arm/
H A D_structs.h620 __uint64_t mdscr_el1; /* Bit 0 is SS (Hardware Single Step) */ variable
630 __uint64_t mdscr_el1; /* Bit 0 is SS (Hardware Single Step) */ variable