Lines Matching defs:cpus
20 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus,
55 static void hyperv_flush_tlb_others(const struct cpumask *cpus,
64 trace_hyperv_mmu_flush_tlb_others(cpus, info);
75 if (cpumask_empty(cpus)) {
104 if (cpumask_equal(cpus, cpu_present_mask)) {
118 if (hv_cpu_number_to_vp_number(cpumask_last(cpus)) >= 64)
121 for_each_cpu(cpu, cpus) {
159 status = hyperv_flush_tlb_others_ex(cpus, info);
167 native_flush_tlb_others(cpus, info);
170 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus,
202 nr_bank = cpumask_to_vpset(&(flush->hv_vp_set), cpus);