Home
last modified time | relevance | path

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

/linux/drivers/perf/
H A 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()
641 cfg = readq(base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_start()
668 writeq(cfg, base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_start()
722 cfg = readq(base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_stop()
725 writeq(cfg, base + CXL_PMU_COUNTER_CFG_REG(hwc->idx)); in cxl_pmu_event_stop()