Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.c273 if (event->etr.flags & ETR_FLAG_RELEASE) { in tmc_disable()
274 event->etr.flags &= ~ETR_FLAG_RELEASE; in tmc_disable()
H A Dcoresight.h129 #define ETR_FLAG_RELEASE (1 << 1) macro