Searched refs:APIC_ALL_CPUS (Results 1 – 6 of 6) sorted by relevance
49 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()
37 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
50 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
100 *retmask = (cpumask_t){ { [0] = APIC_ALL_CPUS, } }; in vector_allocation_domain()
112 *retmask = (cpumask_t) { { [0] = APIC_ALL_CPUS } }; in vector_allocation_domain()
37 #define APIC_ALL_CPUS 0xFFu macro