Lines Matching refs:cpumask
413 cpumask_t *mask = bcp->uvhub_master->cpumask; in reset_with_ipi()
873 int uv_flush_send_and_wait(struct cpumask *flush_mask, struct bau_control *bcp, in uv_flush_send_and_wait()
1024 static int set_distrib_bits(struct cpumask *flush_mask, struct bau_control *bcp, in set_distrib_bits()
1078 const struct cpumask *uv_flush_tlb_others(const struct cpumask *cpumask, in uv_flush_tlb_others() argument
1088 struct cpumask *flush_mask; in uv_flush_tlb_others()
1097 return cpumask; in uv_flush_tlb_others()
1108 return cpumask; in uv_flush_tlb_others()
1116 return cpumask; in uv_flush_tlb_others()
1125 flush_mask = (struct cpumask *)per_cpu(uv_flush_tlb_mask, cpu); in uv_flush_tlb_others()
1127 cpumask_andnot(flush_mask, cpumask, cpumask_of(cpu)); in uv_flush_tlb_others()
1129 if (cpumask_test_cpu(cpu, cpumask)) in uv_flush_tlb_others()
1152 return cpumask; in uv_flush_tlb_others()
1988 hmaster->cpumask = kzalloc_node(sz, GFP_KERNEL, hmaster->osnode); in make_per_hub_cpumask()