Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h86 #define TRCVICTLR_EXLEVEL_NS(n) (0x1 << ((n) + TRCVICTLR_EXLEVEL_NS_S)) macro
H A Dcoresight_etm4x.c121 reg &= ~TRCVICTLR_EXLEVEL_NS(event->excp_level); in etm_prepare()