Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Ddbgwrap.c183 volatile uint32_t edscr_val; in ml_dbgwrap_stuff_instr() local
184 while (!((edscr_val = *edscr) & EDSCR_ITE)) { in ml_dbgwrap_stuff_instr()
189 if (edscr_val & EDSCR_ERR) { in ml_dbgwrap_stuff_instr()
193 if (edscr_val & EDSCR_ERR) { in ml_dbgwrap_stuff_instr()
196 if (edscr_val & EDSCR_MA) { in ml_dbgwrap_stuff_instr()
197 *edscr = edscr_val & ~EDSCR_MA; in ml_dbgwrap_stuff_instr()