Home
last modified time | relevance | path

Searched refs:retmask (Results 1 – 11 of 11) sorted by relevance

/arch/x86/include/asm/
Dx2apic.h34 static void x2apic_vector_allocation_domain(int cpu, struct cpumask *retmask) in x2apic_vector_allocation_domain() argument
36 cpumask_clear(retmask); in x2apic_vector_allocation_domain()
37 cpumask_set_cpu(cpu, retmask); in x2apic_vector_allocation_domain()
Dapic.h304 void (*vector_allocation_domain)(int cpu, struct cpumask *retmask);
/arch/x86/kernel/apic/
Dapic_flat_64.c44 static void flat_vector_allocation_domain(int cpu, struct cpumask *retmask) in flat_vector_allocation_domain() argument
54 cpumask_clear(retmask); in flat_vector_allocation_domain()
55 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in flat_vector_allocation_domain() local
269 static void physflat_vector_allocation_domain(int cpu, struct cpumask *retmask) in physflat_vector_allocation_domain() argument
271 cpumask_clear(retmask); in physflat_vector_allocation_domain()
272 cpumask_set_cpu(cpu, retmask); in physflat_vector_allocation_domain()
Dapic_noop.c103 static void noop_vector_allocation_domain(int cpu, struct cpumask *retmask) in noop_vector_allocation_domain() argument
107 cpumask_clear(retmask); in noop_vector_allocation_domain()
108 cpumask_set_cpu(cpu, retmask); in noop_vector_allocation_domain()
Dprobe_32.c69 static void default_vector_allocation_domain(int cpu, struct cpumask *retmask) in default_vector_allocation_domain() argument
80 cpumask_clear(retmask); in default_vector_allocation_domain()
81 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in default_vector_allocation_domain() local
Dbigsmp_32.c180 static void bigsmp_vector_allocation_domain(int cpu, struct cpumask *retmask) in bigsmp_vector_allocation_domain() argument
182 cpumask_clear(retmask); in bigsmp_vector_allocation_domain()
183 cpumask_set_cpu(cpu, retmask); in bigsmp_vector_allocation_domain()
Dapic_numachip.c80 static void numachip_vector_allocation_domain(int cpu, struct cpumask *retmask) in numachip_vector_allocation_domain() argument
82 cpumask_clear(retmask); in numachip_vector_allocation_domain()
83 cpumask_set_cpu(cpu, retmask); in numachip_vector_allocation_domain()
Dsummit_32.c323 static void summit_vector_allocation_domain(int cpu, struct cpumask *retmask) in summit_vector_allocation_domain() argument
333 cpumask_clear(retmask); in summit_vector_allocation_domain()
334 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in summit_vector_allocation_domain() local
Dnumaq_32.c444 static void numaq_vector_allocation_domain(int cpu, struct cpumask *retmask) in numaq_vector_allocation_domain() argument
454 cpumask_clear(retmask); in numaq_vector_allocation_domain()
455 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in numaq_vector_allocation_domain() local
Des7000_32.c397 static void es7000_vector_allocation_domain(int cpu, struct cpumask *retmask) in es7000_vector_allocation_domain() argument
407 cpumask_clear(retmask); in es7000_vector_allocation_domain()
408 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in es7000_vector_allocation_domain() local
Dx2apic_uv_x.c193 static void uv_vector_allocation_domain(int cpu, struct cpumask *retmask) in uv_vector_allocation_domain() argument
195 cpumask_clear(retmask); in uv_vector_allocation_domain()
196 cpumask_set_cpu(cpu, retmask); in uv_vector_allocation_domain()