Home
last modified time | relevance | path

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

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