Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/
Dxgene_pmu.c92 struct xgene_pmu *parent;
102 void (*mask_int)(struct xgene_pmu *pmu);
103 void (*unmask_int)(struct xgene_pmu *pmu);
118 struct xgene_pmu { struct
699 static inline void xgene_pmu_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_mask_int() argument
701 writel(PCPPMU_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_mask_int()
704 static inline void xgene_pmu_v3_mask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_v3_mask_int() argument
706 writel(PCPPMU_V3_INTENMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_v3_mask_int()
709 static inline void xgene_pmu_unmask_int(struct xgene_pmu *xgene_pmu) in xgene_pmu_unmask_int() argument
711 writel(PCPPMU_INTCLRMASK, xgene_pmu->pcppmu_csr + PCPPMU_INTMASK_REG); in xgene_pmu_unmask_int()
[all …]
DMakefile24 obj-$(CONFIG_XGENE_PMU) += xgene_pmu.o
/linux-6.12.1/
DMAINTAINERS1681 F: drivers/perf/xgene_pmu.c