Searched refs:pmc (Results 1 – 2 of 2) sorted by relevance
/include/linux/mfd/ |
D | intel_pmc_bxt.h | 31 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data); 32 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val); 33 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data); 35 static inline int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_read64() argument 41 static inline int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_update() argument 47 static inline int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read() argument
|
/include/kvm/ |
D | arm_pmu.h | 31 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; member
|