Home
last modified time | relevance | path

Searched refs:supported_cpus (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c145 cpumask_t supported_cpus; member
1112 if (!cpumask_test_cpu(cpu, &drvdata->supported_cpus)) in is_perf_trbe()
1300 cpumask_clear_cpu(cpu, &drvdata->supported_cpus); in arm_trbe_register_coresight_cpu()
1365 cpumask_clear_cpu(cpu, &drvdata->supported_cpus); in arm_trbe_probe_cpu()
1386 for_each_cpu(cpu, &drvdata->supported_cpus) { in arm_trbe_probe_coresight()
1390 if (cpumask_test_cpu(cpu, &drvdata->supported_cpus)) in arm_trbe_probe_coresight()
1392 if (cpumask_test_cpu(cpu, &drvdata->supported_cpus)) in arm_trbe_probe_coresight()
1402 for_each_cpu(cpu, &drvdata->supported_cpus) { in arm_trbe_remove_coresight()
1421 if (cpumask_test_cpu(cpu, &drvdata->supported_cpus)) { in arm_trbe_cpu_startup()
1429 if (cpumask_test_cpu(cpu, &drvdata->supported_cpus)) in arm_trbe_cpu_startup()
[all …]
/linux/drivers/cpufreq/
H A Dpowernow-k8.c1170 unsigned int i, supported_cpus = 0; in powernowk8_init() local
1185 supported_cpus++; in powernowk8_init()
1188 if (supported_cpus != num_online_cpus()) { in powernowk8_init()
1199 num_online_nodes(), boot_cpu_data.x86_model_id, supported_cpus); in powernowk8_init()
/linux/arch/arm64/kvm/
H A Dpmu-emul.c837 if (cpumask_test_cpu(cpu, &pmu->supported_cpus)) in kvm_pmu_probe_armpmu()
1097 cpumask_copy(kvm->arch.supported_cpus, &arm_pmu->supported_cpus); in kvm_arm_pmu_v3_set_pmu()
H A Darm.c176 if (!zalloc_cpumask_var(&kvm->arch.supported_cpus, GFP_KERNEL_ACCOUNT)) { in kvm_arch_init_vm()
180 cpumask_copy(kvm->arch.supported_cpus, cpu_possible_mask); in kvm_arch_init_vm()
210 free_cpumask_var(kvm->arch.supported_cpus); in kvm_arch_init_vm()
251 free_cpumask_var(kvm->arch.supported_cpus); in kvm_arch_destroy_vm()
660 if (!cpumask_test_cpu(cpu, vcpu->kvm->arch.supported_cpus)) in kvm_arch_vcpu_load()
/linux/arch/x86/events/
H A Dcore.c2367 if (cpumask_empty(&h_pmu->supported_cpus)) in allocate_fake_cpuc()
2369 cpu = cpumask_first(&h_pmu->supported_cpus); in allocate_fake_cpuc()
2484 if (!cpumask_test_cpu(event->cpu, &pmu->supported_cpus)) in x86_pmu_event_init()
/linux/arch/x86/events/intel/
H A Dcore.c5760 if (!cpumask_empty(&pmu->supported_cpus)) in init_hybrid_pmu()
5778 cpumask_set_cpu(cpu, &pmu->supported_cpus); in init_hybrid_pmu()
5919 cpumask_clear_cpu(cpu, &hybrid_pmu(cpuc->pmu)->supported_cpus); in intel_pmu_cpu_dead()
5954 *ret = !cpumask_test_cpu(cpu, &hpmu->supported_cpus); in intel_pmu_filter()
6929 int cpu = cpumask_first(&pmu->supported_cpus); in hybrid_find_supported_cpu()
7003 return cpumap_print_to_pagebuf(true, buf, &pmu->supported_cpus); in intel_hybrid_get_attr_cpus()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h371 cpumask_var_t supported_cpus; member