Home
last modified time | relevance | path

Searched defs:cpus (Results 1 – 25 of 164) sorted by relevance

1234567

/linux/arch/riscv/kernel/
H A Dsys_hwprobe.c22 const struct cpumask *cpus) in hwprobe_arch_id()
62 const struct cpumask *cpus) in hwprobe_isa_ext0()
163 static bool hwprobe_ext0_has(const struct cpumask *cpus, unsigned long ext) in hwprobe_ext0_has()
172 static u64 hwprobe_misaligned(const struct cpumask *cpus) in hwprobe_misaligned()
195 static u64 hwprobe_misaligned(const struct cpumask *cpus) in hwprobe_misaligned()
208 static u64 hwprobe_vec_misaligned(const struct cpumask *cpus) in hwprobe_vec_misaligned()
232 static u64 hwprobe_vec_misaligned(const struct cpumask *cpus) in hwprobe_vec_misaligned()
245 const struct cpumask *cpus) in hwprobe_one_pair()
308 cpumask_t cpus; in hwprobe_get_values() local
363 cpumask_t cpus, one_cpu; in hwprobe_get_cpus() local
[all …]
/linux/tools/lib/perf/
H A Dcpumap.c33 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); perf_cpu_map__new_any_cpu() local
72 struct perf_cpu_map *cpus; cpu_map__new_sysconf() local
98 struct perf_cpu_map *cpus = NULL; cpu_map__new_sysfs_online() local
111 struct perf_cpu_map *cpus = cpu_map__new_sysfs_online(); perf_cpu_map__new_online_cpus() local
127 __perf_cpu_map__cpu(const struct perf_cpu_map * cpus,int idx) __perf_cpu_map__cpu() argument
135 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); cpu_map__trim_new() local
159 struct perf_cpu_map *cpus = NULL; perf_cpu_map__read() local
215 struct perf_cpu_map *cpus = NULL; perf_cpu_map__new() local
292 __perf_cpu_map__nr(const struct perf_cpu_map * cpus) __perf_cpu_map__nr() argument
297 perf_cpu_map__cpu(const struct perf_cpu_map * cpus,int idx) perf_cpu_map__cpu() argument
309 perf_cpu_map__nr(const struct perf_cpu_map * cpus) perf_cpu_map__nr() argument
319 perf_cpu_map__idx(const struct perf_cpu_map * cpus,struct perf_cpu cpu) perf_cpu_map__idx() argument
344 perf_cpu_map__has(const struct perf_cpu_map * cpus,struct perf_cpu cpu) perf_cpu_map__has() argument
[all...]
/linux/sound/soc/intel/boards/
H A Dsof_board_helpers.c182 struct snd_soc_dai_link_component *cpus; in set_ssp_codec_link() local
227 struct snd_soc_dai_link_component *cpus; in set_dmic_link() local
277 struct snd_soc_dai_link_component *cpus, *codecs; in set_idisp_hdmi_link() local
336 struct snd_soc_dai_link_component *cpus; in set_ssp_amp_link() local
375 struct snd_soc_dai_link_component *cpus; in set_bt_offload_link() local
414 struct snd_soc_dai_link_component *cpus; in set_hdmi_in_link() local
/linux/tools/lib/perf/include/perf/
H A Dcpumap.h73 perf_cpu_map__for_each_cpu(cpu,idx,cpus) global() argument
78 perf_cpu_map__for_each_cpu_skip_any(_cpu,idx,cpus) global() argument
84 perf_cpu_map__for_each_idx(idx,cpus) global() argument
[all...]
/linux/tools/testing/selftests/riscv/hwprobe/
H A Dwhich-cpus.c29 static void print_cpulist(cpu_set_t *cpus) in print_cpulist()
59 static void do_which_cpus(int argc, char **argv, cpu_set_t *cpus) in do_which_cpus()
87 cpu_set_t cpus_aff, cpus; in main() local
H A Dcbo.c89 cpu_set_t *cpus = (cpu_set_t *)arg; in test_zicboz() local
132 static void check_no_zicboz_cpus(cpu_set_t *cpus) in check_no_zicboz_cpus()
183 cpu_set_t cpus; in main() local
H A Dhwprobe.c8 unsigned long cpus; in main() local
/linux/drivers/crypto/caam/
H A Dqi.c410 const cpumask_t *cpus = qman_affine_cpus(); in caam_drv_ctx_init() local
522 const cpumask_t *cpus = qman_affine_cpus(); in caam_qi_shutdown() local
699 const cpumask_t *cpus = qman_affine_cpus(); in alloc_rsp_fqs() local
716 const cpumask_t *cpus = qman_affine_cpus(); in free_rsp_fqs() local
722 static void free_caam_qi_pcpu_netdev(const cpumask_t *cpus) in free_caam_qi_pcpu_netdev()
738 const cpumask_t *cpus = qman_affine_cpus(); in caam_qi_init() local
/linux/include/linux/
H A Dstop_machine.h148 const struct cpumask *cpus) in stop_machine_cpuslocked()
159 stop_machine(cpu_stop_fn_t fn, void *data, const struct cpumask *cpus) in stop_machine()
166 const struct cpumask *cpus) in stop_machine_from_inactive_cpu()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen2_config.c17 int cpus = num_online_cpus(); in adf_gen2_crypto_dev_config() local
116 int cpus = num_online_cpus(); in adf_gen2_comp_dev_config() local
H A Dadf_gen4_config.c18 int cpus = num_online_cpus(); in adf_crypto_dev_config() local
124 int cpus = num_online_cpus(); in adf_comp_dev_config() local
/linux/drivers/base/
H A Darch_topology.c34 static bool supports_scale_freq_counters(const struct cpumask *cpus) in supports_scale_freq_counters()
63 const struct cpumask *cpus) in topology_set_scale_freq_source()
94 const struct cpumask *cpus) in topology_clear_scale_freq_source()
133 void topology_set_freq_scale(const struct cpumask *cpus, unsigned long cur_freq, in topology_set_freq_scale()
180 void topology_update_hw_pressure(const struct cpumask *cpus, in topology_update_hw_pressure()
/linux/drivers/clk/sunxi/
H A Dclk-sun9i-cpus.c52 struct sun9i_a80_cpus_clk *cpus = to_sun9i_a80_cpus_clk(hw); in sun9i_a80_cpus_clk_recalc_rate() local
152 struct sun9i_a80_cpus_clk *cpus = to_sun9i_a80_cpus_clk(hw); in sun9i_a80_cpus_clk_set_rate() local
189 struct sun9i_a80_cpus_clk *cpus; in sun9i_a80_cpus_setup() local
/linux/arch/mips/kernel/
H A Dsync-r4k.c111 int cpus = 2; in check_counter_sync_source() local
177 int cpus = 2; in synchronise_count_slave() local
/linux/tools/perf/arch/arm64/util/
H A Dheader.c19 _get_cpuid(char * buf,size_t sz,struct perf_cpu_map * cpus) _get_cpuid() argument
60 struct perf_cpu_map *cpus = perf_cpu_map__new_online_cpus(); get_cpuid() local
/linux/arch/x86/hyperv/
H A Dmmu.c60 static void hyperv_flush_tlb_multi(const struct cpumask *cpus, in hyperv_flush_tlb_multi()
173 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus, in hyperv_flush_tlb_others_ex()
/linux/tools/perf/util/
H A Dcputopo.h38 char *cpus; member
51 char *cpus; member
H A Dperf_api_probe.c63 struct perf_cpu_map *cpus; in perf_probe_api() local
139 struct perf_cpu_map *cpus; in perf_can_record_cpu_wide() local
H A Dpfm.c127 static bool is_libpfm_event_supported(const char *name, struct perf_cpu_map *cpus, in is_libpfm_event_supported() argument
193 struct perf_cpu_map *cpus = perf_cpu_map__empty_new(1); in print_libpfm_event() local
/linux/tools/lib/perf/tests/
H A Dtest-evlist.c36 struct perf_cpu_map *cpus; in test_stat_cpu() local
218 struct perf_cpu_map *cpus; in test_mmap_thread() local
329 struct perf_cpu_map *cpus; in test_mmap_cpus() local
/linux/include/asm-generic/
H A Dmshyperv.h237 const struct cpumask *cpus, in __cpumask_to_vpset()
283 const struct cpumask *cpus) in cpumask_to_vpset()
289 const struct cpumask *cpus, in cpumask_to_vpset_skip()
/linux/tools/perf/tests/
H A Devent-times.c115 struct perf_cpu_map *cpus; in attach__cpu_disabled() local
144 struct perf_cpu_map *cpus; in attach__cpu_enabled() local
[all...]
/linux/arch/x86/kernel/
H A Dtsc_sync.c357 int cpus = 2; in check_tsc_sync_source() local
436 int cpus = 2; in check_tsc_sync_target() local
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm2836.dtsi38 cpus: cpus { label
H A Dbcm2837.dtsi37 cpus: cpus { label

1234567