Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x.h750 #define ETM_ARCH_MAJOR_VERSION(arch) (((arch) >> 4) & 0xfU) macro
H A Dcoresight-etm4x-core.c2008 major = ETM_ARCH_MAJOR_VERSION(drvdata->arch); in etm4_add_coresight_dev()