/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | misc.h | 61 get_mmcr0_fc56(u64 mmcr0,int pmc) get_mmcr0_fc56() argument 66 get_mmcr0_pmccext(u64 mmcr0,int pmc) get_mmcr0_pmccext() argument 71 get_mmcr0_pmao(u64 mmcr0,int pmc) get_mmcr0_pmao() argument 76 get_mmcr0_cc56run(u64 mmcr0,int pmc) get_mmcr0_cc56run() argument 81 get_mmcr0_pmcjce(u64 mmcr0,int pmc) get_mmcr0_pmcjce() argument 86 get_mmcr0_pmc1ce(u64 mmcr0,int pmc) get_mmcr0_pmc1ce() argument 91 get_mmcr0_pmae(u64 mmcr0,int pmc) get_mmcr0_pmae() argument 96 get_mmcr1_pmcxsel(u64 mmcr1,int pmc) get_mmcr1_pmcxsel() argument 101 get_mmcr1_unit(u64 mmcr1,int pmc) get_mmcr1_unit() argument 106 get_mmcr1_comb(u64 mmcr1,int pmc) get_mmcr1_comb() argument 111 get_mmcr1_cache(u64 mmcr1,int pmc) get_mmcr1_cache() argument 116 get_mmcr1_rsq(u64 mmcr1,int pmc) get_mmcr1_rsq() argument 121 get_mmcr2_fcs(u64 mmcr2,int pmc) get_mmcr2_fcs() argument 126 get_mmcr2_fcp(u64 mmcr2,int pmc) get_mmcr2_fcp() argument 131 get_mmcr2_fcpc(u64 mmcr2,int pmc) get_mmcr2_fcpc() argument 136 get_mmcr2_fcm1(u64 mmcr2,int pmc) get_mmcr2_fcm1() argument 141 get_mmcr2_fcm0(u64 mmcr2,int pmc) get_mmcr2_fcm0() argument 146 get_mmcr2_fcwait(u64 mmcr2,int pmc) get_mmcr2_fcwait() argument 151 get_mmcr2_fch(u64 mmcr2,int pmc) get_mmcr2_fch() argument 156 get_mmcr2_fcti(u64 mmcr2,int pmc) get_mmcr2_fcti() argument 161 get_mmcr2_fcta(u64 mmcr2,int pmc) get_mmcr2_fcta() argument 166 get_mmcr2_l2l3(u64 mmcr2,int pmc) get_mmcr2_l2l3() argument 173 get_mmcr3_src(u64 mmcr3,int pmc) get_mmcr3_src() argument 180 get_mmcra_thd_cmp(u64 mmcra,int pmc) get_mmcra_thd_cmp() argument 187 get_mmcra_sm(u64 mmcra,int pmc) get_mmcra_sm() argument 192 get_mmcra_bhrb_disable(u64 mmcra,int pmc) get_mmcra_bhrb_disable() argument 199 get_mmcra_ifm(u64 mmcra,int pmc) get_mmcra_ifm() argument 204 get_mmcra_thd_sel(u64 mmcra,int pmc) get_mmcra_thd_sel() argument 209 get_mmcra_thd_start(u64 mmcra,int pmc) get_mmcra_thd_start() argument 214 get_mmcra_thd_stop(u64 mmcra,int pmc) get_mmcra_thd_stop() argument 219 get_mmcra_rand_samp_elig(u64 mmcra,int pmc) get_mmcra_rand_samp_elig() argument 224 get_mmcra_sample_mode(u64 mmcra,int pmc) get_mmcra_sample_mode() argument 229 get_mmcra_marked(u64 mmcra,int pmc) get_mmcra_marked() argument [all...] |
/linux/drivers/platform/x86/intel/pmc/ |
H A D | core.c | 59 static inline u32 pmc_core_reg_read(struct pmc *pmc, int reg_offset) in pmc_core_reg_read() 64 static inline void pmc_core_reg_write(struct pmc *pmc, int reg_offset, in pmc_core_reg_write() 70 static inline u64 pmc_core_adjust_slp_s0_step(struct pmc *pmc, u32 value) in pmc_core_adjust_slp_s0_step() 88 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in set_etr3() local 118 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in etr3_is_visible() local 132 struct pmc *pmc = pmcdev->pmcs[PMC_IDX_MAIN]; in etr3_show() local 188 struct pmc *pmc = data; in pmc_core_dev_state_get() local 202 struct pmc *pmc = data; in pmc_core_pson_residency_get() local 214 static int pmc_core_check_read_lock_bit(struct pmc *pmc) in pmc_core_check_read_lock_bit() 222 static void pmc_core_slps0_display(struct pmc *pmc, struct device *dev, in pmc_core_slps0_display() [all …]
|
/linux/drivers/soc/tegra/ |
H A D | pmc.c | 270 struct tegra_pmc *pmc; member 474 static struct tegra_pmc *pmc = &(struct tegra_pmc) { variable 485 static u32 tegra_pmc_readl(struct tegra_pmc *pmc, unsigned long offset) in tegra_pmc_readl() 507 static void tegra_pmc_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_writel() 528 static u32 tegra_pmc_scratch_readl(struct tegra_pmc *pmc, unsigned long offset) in tegra_pmc_scratch_readl() 536 static void tegra_pmc_scratch_writel(struct tegra_pmc *pmc, u32 value, in tegra_pmc_scratch_writel() 558 static inline bool tegra_powergate_is_valid(struct tegra_pmc *pmc, int id) in tegra_powergate_is_valid() 563 static inline bool tegra_powergate_is_available(struct tegra_pmc *pmc, int id) in tegra_powergate_is_available() 568 static int tegra_powergate_lookup(struct tegra_pmc *pmc, const char *name) in tegra_powergate_lookup() 586 static int tegra20_powergate_set(struct tegra_pmc *pmc, unsigned int id, in tegra20_powergate_set() [all …]
|
/linux/arch/x86/kvm/ |
H A D | pmu.h | 11 #define pmc_to_pmu(pmc) (&(pmc)->vcpu->arch.pmu) argument 92 #define kvm_for_each_pmc(pmu, pmc, i, bitmap) \ argument 98 static inline u64 pmc_bitmask(struct kvm_pmc *pmc) in pmc_bitmask() 105 static inline u64 pmc_read_counter(struct kvm_pmc *pmc) in pmc_read_counter() 120 static inline bool pmc_is_gp(struct kvm_pmc *pmc) in pmc_is_gp() 125 static inline bool pmc_is_fixed(struct kvm_pmc *pmc) in pmc_is_fixed() 168 static inline bool pmc_speculative_in_use(struct kvm_pmc *pmc) in pmc_speculative_in_use() 230 static inline void kvm_pmu_request_counter_reprogram(struct kvm_pmc *pmc) in kvm_pmu_request_counter_reprogram() 253 static inline bool pmc_is_globally_enabled(struct kvm_pmc *pmc) in pmc_is_globally_enabled()
|
/linux/drivers/mfd/ |
H A D | intel_pmc_bxt.c | 82 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data) in intel_pmc_gcr_read64() 107 int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, u32 mask, u32 val) in intel_pmc_gcr_update() 138 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read() 168 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in simplecmd_store() local 204 struct intel_pmc_dev *pmc = dev_get_drvdata(dev); in northpeak_store() local 303 struct intel_pmc_dev *pmc, in intel_pmc_get_resources() 392 static int intel_pmc_create_devices(struct intel_pmc_dev *pmc) in intel_pmc_create_devices() 425 struct intel_pmc_dev *pmc; in intel_pmc_probe() local
|
/linux/arch/powerpc/perf/ |
H A D | isa207-common.h | 200 #define CNST_PMC_SHIFT(pmc) ((pmc - 1) * 2) argument 201 #define CNST_PMC_VAL(pmc) (1 << CNST_PMC_SHIFT(pmc)) argument 202 #define CNST_PMC_MASK(pmc) (2 << CNST_PMC_SHIFT(pmc)) argument 210 #define MMCR1_UNIT_SHIFT(pmc) (60 - (4 * ((pmc) - 1))) argument 211 #define MMCR1_COMBINE_SHIFT(pmc) (35 - ((pmc) - 1)) argument 212 #define MMCR1_PMCSEL_SHIFT(pmc) (24 - (((pmc) - 1)) * 8) argument 218 #define p9_MMCR1_COMBINE_SHIFT(pmc) (38 - ((pmc - 1) * 2)) argument 250 #define MMCR2_FCS(pmc) (1ull << (63 - (((pmc) - 1) * 9))) argument 251 #define MMCR2_FCP(pmc) (1ull << (62 - (((pmc) - 1) * 9))) argument 252 #define MMCR2_FCWAIT(pmc) (1ull << (58 - (((pmc) - 1) * 9))) argument [all …]
|
H A D | mpc7450-pmu.c | 39 int pmc; in mpc7450_classify_event() local 79 int pmc, sel; in mpc7450_threshold_use() local 153 int pmc, class; in mpc7450_get_constraint() local 269 u32 ev, pmc, thresh; in mpc7450_compute_mmcr() local 342 static void mpc7450_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in mpc7450_disable_pmc()
|
H A D | power6-pmu.c | 139 int pmc, psel, ptype; in power6_marked_instr_event() local 182 unsigned int pmc, ev, b, u, s, psel; in p6_compute_mmcr() local 272 int pmc, byte, sh, subunit; in p6_get_constraint() local 305 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in p6_limited_pmc_event() local 376 unsigned int psel, pmc; in p6_get_alternatives() local 475 static void p6_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in p6_disable_pmc()
|
H A D | power5+-pmu.c | 137 int pmc, byte, unit, sh; in power5p_get_constraint() local 191 int pmc = (event >> PM_PMC_SH) & PM_PMC_MSK; in power5p_limited_pmc_event() local 245 int pmc, altpmc, pp, j; in find_alternative_bdecode() local 405 int pmc, psel; in power5p_marked_instr_event() local 459 unsigned int pmc, unit, byte, psel; in power5p_compute_mmcr() local 603 static void power5p_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power5p_disable_pmc()
|
H A D | power7-pmu.c | 86 int pmc, sh, unit; in power7_get_constraint() local 146 int pmc, psel; in find_alternative_decode() local 215 int pmc, psel; in power7_marked_instr_event() local 253 unsigned int pmc, unit, combine, l2sel, psel; in power7_compute_mmcr() local 315 static void power7_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power7_disable_pmc()
|
H A D | power5-pmu.c | 141 int pmc, byte, unit, sh; in power5_get_constraint() local 253 int pmc, altpmc, pp, j; in find_alternative_bdecode() local 341 int pmc, psel; in power5_marked_instr_event() local 390 unsigned int pmc, unit, byte, psel; in power5_compute_mmcr() local 545 static void power5_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in power5_disable_pmc()
|
H A D | ppc970-pmu.c | 147 int pmc, psel, unit, byte, bit; in p970_marked_instr_event() local 195 int pmc, byte, unit, sh, spcsel; in p970_get_constraint() local 263 unsigned int pmc, unit, byte, psel; in p970_compute_mmcr() local 406 static void p970_disable_pmc(unsigned int pmc, struct mmcr_regs *mmcr) in p970_disable_pmc()
|
H A D | isa207-common.c | 172 static unsigned long combine_shift(unsigned long pmc) in combine_shift() argument 403 unsigned int unit, pmc, cache, ebb; isa207_get_constraint() local 564 unsigned int pmc, pmc_inuse; isa207_compute_mmcr() local 733 isa207_disable_pmc(unsigned int pmc,struct mmcr_regs * mmcr) isa207_disable_pmc() argument [all...] |
/linux/drivers/platform/x86/ |
H A D | pmc_atom.c | 206 static inline u32 pmc_reg_read(struct pmc_dev *pmc, int reg_offset) in pmc_reg_read() 211 static inline void pmc_reg_write(struct pmc_dev *pmc, int reg_offset, u32 val) in pmc_reg_write() 218 struct pmc_dev *pmc = &pmc_device; in pmc_atom_read() local 244 static void pmc_hw_reg_setup(struct pmc_dev *pmc) in pmc_hw_reg_setup() 275 struct pmc_dev *pmc = s->private; in pmc_dev_state_show() local 298 struct pmc_dev *pmc = s->private; in pmc_pss_state_show() local 315 struct pmc_dev *pmc = s->private; in pmc_sleep_tmr_show() local 334 static void pmc_dbgfs_register(struct pmc_dev *pmc) in pmc_dbgfs_register() 350 static void pmc_dbgfs_register(struct pmc_dev *pmc) in pmc_dbgfs_register() 475 struct pmc_dev *pmc = &pmc_device; in pmc_s2idle_check() local [all …]
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | pmc.c | 21 static int wil_is_pmc_allocated(struct pmc_ctx *pmc) in wil_is_pmc_allocated() 44 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_alloc() local 228 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_free() local 318 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_read() local 374 struct pmc_ctx *pmc = &wil->pmc; in wil_pmc_llseek() local 424 struct pmc_ctx *pmc = &wil->pmc; in wil_pmcring_read() local
|
/linux/net/ipv4/ |
H A D | igmp.c | 178 #define for_each_pmc_rcu(in_dev, pmc) \ argument 183 #define for_each_pmc_rtnl(in_dev, pmc) \ argument 275 static int is_in(struct ip_mc_list *pmc, struct ip_sf_list *psf, int type, in is_in() 320 igmp_scount(struct ip_mc_list *pmc, int type, int gdeleted, int sdeleted) in igmp_scount() 433 static int grec_size(struct ip_mc_list *pmc, int type, int gdel, int sdel) in grec_size() 438 static struct sk_buff *add_grhead(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grhead() 463 static struct sk_buff *add_grec(struct sk_buff *skb, struct ip_mc_list *pmc, in add_grec() 591 static int igmpv3_send_report(struct in_device *in_dev, struct ip_mc_list *pmc) in igmpv3_send_report() 649 static void kfree_pmc(struct ip_mc_list *pmc) in kfree_pmc() 658 struct ip_mc_list *pmc, *pmc_prev, *pmc_next; in igmpv3_send_cr() local [all …]
|
/linux/net/ipv6/ |
H A D | mcast.c | 120 #define for_each_pmc_socklock(np, sk, pmc) \ argument 125 #define for_each_pmc_rcu(np, pmc) \ argument 368 struct ipv6_mc_socklist *pmc; in ip6_mc_source() local 495 struct ipv6_mc_socklist *pmc; in ip6_mc_msfilter() local 590 struct ipv6_mc_socklist *pmc; in ip6_mc_msfget() local 738 struct ifmcaddr6 *pmc; in mld_add_delrec() local 778 struct ifmcaddr6 *pmc, *pmc_prev; in mld_del_delrec() local 819 struct ifmcaddr6 *pmc, *nextpmc; in mld_clear_delrec() local 1187 static bool mld_xmarksources(struct ifmcaddr6 *pmc, int nsrcs, in mld_xmarksources() 1216 static bool mld_marksources(struct ifmcaddr6 *pmc, int nsrcs, in mld_marksources() [all …]
|
/linux/include/linux/mfd/ |
H A D | intel_pmc_bxt.h | 35 static inline int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_read64() 41 static inline int intel_pmc_gcr_update(struct intel_pmc_dev *pmc, u32 offset, in intel_pmc_gcr_update() 47 static inline int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data) in intel_pmc_s0ix_counter_read()
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | ebb.c | 71 bool ebb_check_count(int pmc, u64 sample_period, int fudge) in ebb_check_count() 252 int count_pmc(int pmc, uint32_t sample_period) in count_pmc() 440 void write_pmc(int pmc, u64 value) in write_pmc() 452 u64 read_pmc(int pmc) in read_pmc()
|
H A D | ebb.h | 14 #define PMC_INDEX(pmc) ((pmc)-1) argument 41 static inline void ebb_enable_pmc_counting(int pmc) in ebb_enable_pmc_counting()
|
/linux/arch/arm/boot/dts/microchip/ |
H A D | at91sam9g35.dtsi | 28 pmc: clock-controller@fffffc00 { label
|
H A D | at91sam9g25.dtsi | 29 pmc: clock-controller@fffffc00 { label
|
H A D | at91sam9x25.dtsi | 30 pmc: clock-controller@fffffc00 { label
|
H A D | at91sam9x35.dtsi | 29 pmc: clock-controller@fffffc00 { label
|
/linux/arch/powerpc/boot/dts/fsl/ |
H A D | mpc8568si-post.dtsi | 195 pmc: power@70 { label
|