Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/perf/
Dcxl_pmu.c253 #define CXL_PMU_ATTR_CONFIG_MASK_MSK GENMASK_ULL(31, 0) macro
288 return FIELD_GET(CXL_PMU_ATTR_CONFIG_MASK_MSK, event->attr.config); in cxl_pmu_config_get_mask()
482 int msk = FIELD_GET(CXL_PMU_ATTR_CONFIG_MASK_MSK, pmu_attr->id); in cxl_pmu_event_is_visible()