Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/coresight/
Dcoresight-etm4x.h774 #define ETM_ARCH_MAJOR_VERSION(arch) (((arch) >> 4) & 0xfU) macro
Dcoresight-etm4x-core.c1958 major = ETM_ARCH_MAJOR_VERSION(drvdata->arch); in etm4_probe()