Home
last modified time | relevance | path

Searched refs:cpus (Results 151 – 175 of 1613) sorted by relevance

12345678910>>...65

/openbmc/linux/tools/perf/util/
H A Dcounts.c60 struct perf_cpu_map *cpus = evsel__cpus(evsel); in evsel__alloc_counts() local
63 evsel->counts = perf_counts__new(perf_cpu_map__nr(cpus), nthreads); in evsel__alloc_counts()
H A Devsel.c373 evsel->core.cpus = perf_cpu_map__get(orig->core.cpus); in evsel__clone()
1474 perf_cpu_map__put(evsel->core.cpus); in evsel__exit()
1801 if (cpus == NULL) { in __evsel__prepare_open()
1808 cpus = empty_cpu_map; in __evsel__prepare_open()
2031 if (cpus == NULL) in evsel__open_cpu()
2032 cpus = empty_cpu_map; in evsel__open_cpu()
2074 perf_cpu_map__cpu(cpus, idx).cpu, in evsel__open_cpu()
2091 perf_cpu_map__cpu(cpus, idx), in evsel__open_cpu()
2174 return evsel__open_cpu(evsel, cpus, threads, 0, perf_cpu_map__nr(cpus)); in evsel__open()
2186 return evsel__open_cpu(evsel, cpus, NULL, 0, perf_cpu_map__nr(cpus)); in evsel__open_per_cpu()
[all …]
H A Dpython.c684 struct perf_cpu_map *cpus; member
697 pcpus->cpus = perf_cpu_map__new(cpustr); in pyrf_cpu_map__init()
698 if (pcpus->cpus == NULL) in pyrf_cpu_map__init()
705 perf_cpu_map__put(pcpus->cpus); in pyrf_cpu_map__delete()
713 return perf_cpu_map__nr(pcpus->cpus); in pyrf_cpu_map__length()
720 if (i >= perf_cpu_map__nr(pcpus->cpus)) in pyrf_cpu_map__item()
944 struct perf_cpu_map *cpus = NULL; in pyrf_evsel__open() local
958 cpus = ((struct pyrf_cpu_map *)pcpus)->cpus; in pyrf_evsel__open()
965 if (evsel__open(evsel, cpus, threads) < 0) { in pyrf_evsel__open()
1013 struct perf_cpu_map *cpus; in pyrf_evlist__init() local
[all …]
/openbmc/linux/sound/soc/intel/avs/boards/
H A Drt5682.c219 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL); in avs_create_dai_link()
221 if (!dl->name || !dl->cpus || !dl->codecs) in avs_create_dai_link()
224 dl->cpus->dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", ssp_port); in avs_create_dai_link()
227 if (!dl->cpus->dai_name || !dl->codecs->name || !dl->codecs->dai_name) in avs_create_dai_link()
H A Dnau8825.c187 dl->cpus = devm_kzalloc(dev, sizeof(*dl->cpus), GFP_KERNEL); in avs_create_dai_link()
189 if (!dl->name || !dl->cpus || !dl->codecs) in avs_create_dai_link()
192 dl->cpus->dai_name = devm_kasprintf(dev, GFP_KERNEL, "SSP%d Pin", ssp_port); in avs_create_dai_link()
195 if (!dl->cpus->dai_name || !dl->codecs->name || !dl->codecs->dai_name) in avs_create_dai_link()
/openbmc/qemu/hw/arm/
H A Dsbsa-ref.c281 if (ms->possible_cpus->cpus[cs->cpu_index].props.has_node_id) { in create_fdt()
283 ms->possible_cpus->cpus[cs->cpu_index].props.node_id); in create_fdt()
437 unsigned int smp_cpus = MACHINE(sms)->smp.cpus; in create_gic()
726 unsigned int smp_cpus = machine->smp.cpus; in sbsa_ref_init()
789 cpuobj = object_new(possible_cpus->cpus[n].type); in sbsa_ref_init()
791 possible_cpus->cpus[n].arch_id, NULL); in sbsa_ref_init()
866 ms->possible_cpus->cpus[n].type = ms->cpu_type; in sbsa_ref_possible_cpu_arch_ids()
867 ms->possible_cpus->cpus[n].arch_id = in sbsa_ref_possible_cpu_arch_ids()
869 ms->possible_cpus->cpus[n].props.has_thread_id = true; in sbsa_ref_possible_cpu_arch_ids()
870 ms->possible_cpus->cpus[n].props.thread_id = n; in sbsa_ref_possible_cpu_arch_ids()
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_hist.c24 char *cpus; member
257 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_hist_header()
296 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_print_summary()
320 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_print_summary()
356 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_print_summary()
392 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_print_summary()
488 if (params->cpus && !CPU_ISSET(cpu, &params->monitored_cpus)) in timerlat_print_stats()
666 params->cpus = optarg; in timerlat_hist_parse_args()
842 if (params->cpus) { in timerlat_hist_apply_config()
843 retval = osnoise_set_cpus(tool->context, params->cpus); in timerlat_hist_apply_config()
[all …]
/openbmc/linux/Documentation/translations/zh_CN/power/
H A Denergy-model.rst92 struct em_data_callback *cb, cpumask_t *cpus, bool microwatts);
198 29 cpu_dev = get_cpu_device(cpumask_first(policy->cpus));
204 35 em_dev_register_perf_domain(cpu_dev, nr_opp, &em_cb, policy->cpus,
/openbmc/linux/sound/soc/atmel/
H A Datmel_wm8904.c115 dailink->cpus->of_node = cpu_np; in atmel_asoc_wm8904_dt_init()
144 id = of_alias_get_id((struct device_node *)dailink->cpus->of_node, "ssc"); in atmel_asoc_wm8904_probe()
170 id = of_alias_get_id((struct device_node *)dailink->cpus->of_node, "ssc"); in atmel_asoc_wm8904_remove()
/openbmc/linux/Documentation/devicetree/bindings/arm/cpu-enable-method/
H A Dnuvoton,npcm750-smp6 defined in the "cpus" node.
19 cpus {
H A Dmarvell,berlin-smp7 be defined in the "cpus" node.
20 cpus {
/openbmc/linux/sound/soc/ti/
H A Domap-twl4030.c265 omap_twl4030_dai_links[0].cpus->dai_name = NULL; in omap_twl4030_probe()
266 omap_twl4030_dai_links[0].cpus->of_node = dai_node; in omap_twl4030_probe()
275 omap_twl4030_dai_links[1].cpus->dai_name = NULL; in omap_twl4030_probe()
276 omap_twl4030_dai_links[1].cpus->of_node = dai_node; in omap_twl4030_probe()
H A Domap-abe-twl6040.c256 priv->dai_links[0].cpus = link0_cpus; in omap_abe_probe()
258 priv->dai_links[0].cpus->of_node = dai_node; in omap_abe_probe()
272 priv->dai_links[1].cpus = link1_cpus; in omap_abe_probe()
274 priv->dai_links[1].cpus->of_node = dai_node; in omap_abe_probe()
/openbmc/linux/Documentation/devicetree/bindings/cpu/
H A Dcpu-capacity.txt9 Some systems may be configured to have cpus with different power/performance
68 cpus {
196 cpus 0,1@1GHz, cpus 2,3@500MHz):
200 cpus {
238 Documentation/devicetree/bindings/arm/cpus.yaml
/openbmc/linux/drivers/cpufreq/
H A Dmediatek-cpufreq.c40 struct cpumask cpus; member
71 if (cpumask_test_cpu(cpu, &info->cpus)) in mtk_cpu_dvfs_info_lookup()
455 ret = dev_pm_opp_of_get_sharing_cpus(cpu_dev, &info->cpus); in mtk_cpu_dvfs_info_init()
462 ret = dev_pm_opp_of_cpumask_add_table(&info->cpus); in mtk_cpu_dvfs_info_init()
532 dev_pm_opp_of_cpumask_remove_table(&info->cpus); in mtk_cpu_dvfs_info_init()
569 dev_pm_opp_of_cpumask_remove_table(&info->cpus); in mtk_cpu_dvfs_info_release()
594 cpumask_copy(policy->cpus, &info->cpus); in mtk_cpufreq_init()
H A Dspeedstep-ich.c263 policy_cpu = cpumask_any_and(policy->cpus, cpu_online_mask); in speedstep_target()
296 cpumask_copy(policy->cpus, topology_sibling_cpumask(policy->cpu)); in speedstep_cpu_init()
298 policy_cpu = cpumask_any_and(policy->cpus, cpu_online_mask); in speedstep_cpu_init()
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/
H A Dnvidia,tegra124-cpufreq.txt5 under node /cpus/cpu@0.
22 cpus {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch62 } /* for (i = 0; i < cpus; i++) */
75 } /* if (cpus > 1 || !cursed) */
103 mvwprintw(padwide, 1, 6, "CPU(s)=%d", cpus);
107 if (cpus > 63) {
134 if (cpus > 127) {
/openbmc/linux/sound/soc/sof/
H A Dsof-client-probes.c399 struct snd_soc_dai_link_component *cpus; in sof_probes_client_probe() local
465 cpus = devm_kcalloc(dev, SOF_PROBES_NUM_DAI_LINKS, sizeof(*cpus), GFP_KERNEL); in sof_probes_client_probe()
466 if (!links || !cpus) { in sof_probes_client_probe()
475 links[0].cpus = &cpus[0]; in sof_probes_client_probe()
477 links[0].cpus->dai_name = "Probe Extraction CPU DAI"; in sof_probes_client_probe()
/openbmc/linux/Documentation/devicetree/bindings/opp/
H A Dopp-v2.yaml27 cpus {
84 cpus {
168 cpus {
271 cpus {
334 cpus {
388 cpus {
427 cpus {
/openbmc/linux/Documentation/devicetree/bindings/mips/img/
H A Dpistachio.txt10 A "cpus" node is required. Required properties:
22 cpus {
/openbmc/linux/kernel/
H A Dstop_machine.c587 const struct cpumask *cpus) in stop_machine_cpuslocked() argument
593 .active_cpus = cpus, in stop_machine_cpuslocked()
622 int stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine() argument
628 ret = stop_machine_cpuslocked(fn, data, cpus); in stop_machine()
678 const struct cpumask *cpus) in stop_machine_from_inactive_cpu() argument
681 .active_cpus = cpus }; in stop_machine_from_inactive_cpu()
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt6001.dtsi54 cpus = <&cpu_e00 &cpu_e01>;
59 cpus = <&cpu_p00 &cpu_p01 &cpu_p02 &cpu_p03
/openbmc/linux/drivers/thermal/
H A Dthermal_trace.h114 TP_PROTO(const struct cpumask *cpus, unsigned int freq,
117 TP_ARGS(cpus, freq, cdev_state, power),
127 __assign_bitmask(cpumask, cpumask_bits(cpus),
/openbmc/linux/sound/soc/rockchip/
H A Drk3288_hdmi_analog.c232 rk_dailink.cpus->of_node = of_parse_phandle(np, "rockchip,i2s-controller", in snd_rk_mc_probe()
234 if (!rk_dailink.cpus->of_node) { in snd_rk_mc_probe()
240 rk_dailink.platforms->of_node = rk_dailink.cpus->of_node; in snd_rk_mc_probe()

12345678910>>...65