Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h148 #define TRCIDR2_VMIDSIZE_MASK GENMASK(14, 10) macro
Dcoresight-etm4x-core.c1133 drvdata->vmid_size = FIELD_GET(TRCIDR2_VMIDSIZE_MASK, etmidr2); in etm4_init_arch_data()