Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_etm4x.h147 #define TRCACATR_EXLEVEL_S(n) (0x1 << ((n) + TRCACATR_EXLEVEL_S_S)) macro
H A Dcoresight_etm4x.c137 reg &= ~TRCACATR_EXLEVEL_S(event->excp_level); in etm_prepare()