Searched refs:retmask (Results 1 – 4 of 4) sorted by relevance
/arch/x86/include/asm/ |
D | apic.h | 296 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask, 580 flat_vector_allocation_domain(int cpu, struct cpumask *retmask, in flat_vector_allocation_domain() argument 591 cpumask_clear(retmask); in flat_vector_allocation_domain() 592 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in flat_vector_allocation_domain() local 596 default_vector_allocation_domain(int cpu, struct cpumask *retmask, in default_vector_allocation_domain() argument 599 cpumask_copy(retmask, cpumask_of(cpu)); in default_vector_allocation_domain()
|
/arch/x86/kernel/apic/ |
D | apic_noop.c | 92 static void noop_vector_allocation_domain(int cpu, struct cpumask *retmask, in noop_vector_allocation_domain() argument 97 cpumask_copy(retmask, cpumask_of(cpu)); in noop_vector_allocation_domain()
|
D | x2apic_cluster.c | 219 static void cluster_vector_allocation_domain(int cpu, struct cpumask *retmask, in cluster_vector_allocation_domain() argument 232 cpumask_copy(retmask, cpumask_of(cpu)); in cluster_vector_allocation_domain() 234 cpumask_and(retmask, mask, per_cpu(cpus_in_cluster, cpu)); in cluster_vector_allocation_domain()
|
/arch/x86/kernel/ |
D | vsmp_64.c | 218 static void fill_vector_allocation_domain(int cpu, struct cpumask *retmask, in fill_vector_allocation_domain() argument 221 cpumask_setall(retmask); in fill_vector_allocation_domain()
|