Home
last modified time | relevance | path

Searched refs:CS_AUX_HW_ID_VERSION_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/include/linux/
H A Dcoresight-pmu.h56 #define CS_AUX_HW_ID_VERSION_MASK GENMASK_ULL(63, 60) macro
/openbmc/linux/include/linux/
H A Dcoresight-pmu.h56 #define CS_AUX_HW_ID_VERSION_MASK GENMASK_ULL(63, 60) macro
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c505 hw_id = FIELD_PREP(CS_AUX_HW_ID_VERSION_MASK, in etm_event_start()
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c325 version = FIELD_GET(CS_AUX_HW_ID_VERSION_MASK, hw_id); in cs_etm__process_aux_output_hw_id()