Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_etm4x.h57 #define TRCCONFIGR_CID (1 << 6) /* Context ID tracing is enabled. */ macro
H A Dcoresight_etm4x.c84 reg |= TRCCONFIGR_CID | TRCCONFIGR_VMID; in etm_prepare()