Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/
Dcxl_pmu.c242 #define CXL_PMU_ATTR_CONFIG_MASK_MSK GENMASK_ULL(31, 0) macro
277 return FIELD_GET(CXL_PMU_ATTR_CONFIG_MASK_MSK, event->attr.config); in cxl_pmu_config_get_mask()
471 int msk = FIELD_GET(CXL_PMU_ATTR_CONFIG_MASK_MSK, pmu_attr->id); in cxl_pmu_event_is_visible()