Searched refs:spe_pmu (Results 1 – 1 of 1) sorted by relevance
132 static u64 arm_spe_pmu_cap_get(struct arm_spe_pmu *spe_pmu, int cap) in arm_spe_pmu_cap_get() argument135 return !!(spe_pmu->features & arm_spe_pmu_feat_caps[cap]); in arm_spe_pmu_cap_get()139 return spe_pmu->counter_sz; in arm_spe_pmu_cap_get()141 return spe_pmu->min_period; in arm_spe_pmu_cap_get()143 return ~spe_pmu->pmsevfr_res0; in arm_spe_pmu_cap_get()155 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show() local160 return sysfs_emit(buf, "%llu\n", arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show()167 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_cap_show_hex() local172 return sysfs_emit(buf, "0x%llx\n", arm_spe_pmu_cap_get(spe_pmu, cap)); in arm_spe_pmu_cap_show_hex()310 struct arm_spe_pmu *spe_pmu = dev_get_drvdata(dev); in arm_spe_pmu_format_attr_is_visible() local[all …]