Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h147 #define TRCIDR2_CIDSIZE_MASK GENMASK(9, 5) macro
Dcoresight-etm4x-core.c1131 drvdata->ctxid_size = FIELD_GET(TRCIDR2_CIDSIZE_MASK, etmidr2); in etm4_init_arch_data()