Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_tmc.c244 if (event->etr.flags & ETR_FLAG_ALLOCATE) { in tmc_enable()
245 event->etr.flags &= ~ETR_FLAG_ALLOCATE; in tmc_enable()
H A Dcoresight.h128 #define ETR_FLAG_ALLOCATE (1 << 0) macro