Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/perf/
Dcxl_pmu.c256 #define CXL_PMU_ATTR_CONFIG1_THRESHOLD_MSK GENMASK_ULL(15, 0) macro
303 return FIELD_GET(CXL_PMU_ATTR_CONFIG1_THRESHOLD_MSK, event->attr.config1); in cxl_pmu_config1_get_threshold()