Home
last modified time | relevance | path

Searched refs:APIC_ALL_CPUS (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/arch/x86/kernel/apic/
Dprobe_32.c81 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in default_vector_allocation_domain()
Dapic_flat_64.c55 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in flat_vector_allocation_domain()
Dnumaq_32.c455 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in numaq_vector_allocation_domain()
Dsummit_32.c334 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in summit_vector_allocation_domain()
Des7000_32.c408 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in es7000_vector_allocation_domain()
/linux-3.4.99/arch/x86/include/asm/
Dapicdef.h46 #define APIC_ALL_CPUS 0xFFu macro
Dapic.h575 return cpumask_bits(cpumask)[0] & APIC_ALL_CPUS; in default_cpu_mask_to_apicid()