Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm64/
H A Ddbgwrap.c74 if ((cdp == NULL) || (cdp->coresight_base[CORESIGHT_UTT] == 0)) { in ml_dbgwrap_cpu_is_halted()
78 …return (*(volatile dbgwrap_reg_t *)(cdp->coresight_base[CORESIGHT_UTT] + DBGWRAP_REG_OFFSET) & DBG… in ml_dbgwrap_cpu_is_halted()
85 if ((cdp == NULL) || (cdp->coresight_base[CORESIGHT_UTT] == 0)) { in ml_dbgwrap_wait_cpu_halted()
89 …volatile dbgwrap_reg_t *dbgWrapReg = (volatile dbgwrap_reg_t *)(cdp->coresight_base[CORESIGHT_UTT]… in ml_dbgwrap_wait_cpu_halted()
107 if ((cdp == NULL) || (cdp->coresight_base[CORESIGHT_UTT] == 0)) { in ml_dbgwrap_halt_cpu()
123 …volatile dbgwrap_reg_t *dbgWrapReg = (volatile dbgwrap_reg_t *)(cdp->coresight_base[CORESIGHT_UTT]… in ml_dbgwrap_halt_cpu()
H A Dcpu.c284 if (((i == CORESIGHT_ED) || (i == CORESIGHT_UTT)) && !coresight_debug_enabled) { in configure_coresight_registers()
297 if (i != CORESIGHT_UTT) { in configure_coresight_registers()
H A Dproc_reg.h2258 #define CORESIGHT_UTT 3 /* Not truly a coresight thing, but at a fixed convenient location right af… macro