Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/perf/
Dcxl_pmu.c47 #define CXL_PMU_COUNTER_CFG_REG(n) (0x200 + 8 * (n)) macro
156 val = readq(base + CXL_PMU_COUNTER_CFG_REG(i)); in cxl_pmu_parse_caps()
649 cfg = readq(base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_start()
676 writeq(cfg, base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_start()
730 cfg = readq(base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_stop()
733 writeq(cfg, base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_stop()