Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dgenapic_flat_64.c49 cpumask_bits(retmask)[0] = APIC_ALL_CPUS; in flat_vector_allocation_domain()
160 return cpumask_bits(cpumask)[0] & APIC_ALL_CPUS; in flat_cpu_mask_to_apicid()
166 unsigned long mask1 = cpumask_bits(cpumask)[0] & APIC_ALL_CPUS; in flat_cpu_mask_to_apicid_and()
167 unsigned long mask2 = cpumask_bits(andmask)[0] & APIC_ALL_CPUS; in flat_cpu_mask_to_apicid_and()
/arch/x86/mach-generic/
Dsummit.c37 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
Dnumaq.c50 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
Des7000.c100 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
/arch/x86/include/asm/mach-default/
Dmach_apic.h112 *retmask = (cpumask_t) { { [0] = APIC_ALL_CPUS } }; in vector_allocation_domain()
/arch/x86/include/asm/
Dapicdef.h37 #define APIC_ALL_CPUS 0xFFu macro