Lines Matching refs:cpus
20 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus,
53 static void hyperv_flush_tlb_others(const struct cpumask *cpus, in hyperv_flush_tlb_others() argument
62 trace_hyperv_mmu_flush_tlb_others(cpus, info); in hyperv_flush_tlb_others()
67 if (cpumask_empty(cpus)) in hyperv_flush_tlb_others()
96 if (cpumask_equal(cpus, cpu_present_mask)) { in hyperv_flush_tlb_others()
110 if (hv_cpu_number_to_vp_number(cpumask_last(cpus)) >= 64) in hyperv_flush_tlb_others()
113 for_each_cpu(cpu, cpus) { in hyperv_flush_tlb_others()
151 status = hyperv_flush_tlb_others_ex(cpus, info); in hyperv_flush_tlb_others()
159 native_flush_tlb_others(cpus, info); in hyperv_flush_tlb_others()
162 static u64 hyperv_flush_tlb_others_ex(const struct cpumask *cpus, in hyperv_flush_tlb_others_ex() argument
194 nr_bank = cpumask_to_vpset(&(flush->hv_vp_set), cpus); in hyperv_flush_tlb_others_ex()