Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/arm64/
H A Ddbgwrap.c166 volatile uint32_t edscr_val; in ml_dbgwrap_stuff_instr() local
167 while (!((edscr_val = *edscr) & EDSCR_ITE)) { in ml_dbgwrap_stuff_instr()
172 if (edscr_val & EDSCR_ERR) { in ml_dbgwrap_stuff_instr()
176 if (edscr_val & EDSCR_ERR) { in ml_dbgwrap_stuff_instr()
179 if (edscr_val & EDSCR_MA) { in ml_dbgwrap_stuff_instr()
180 *edscr = edscr_val & ~EDSCR_MA; in ml_dbgwrap_stuff_instr()