Searched refs:SET_APIC_LOGICAL_ID (Results 1 – 6 of 6) sorted by relevance
61 return SET_APIC_LOGICAL_ID(1UL << smp_processor_id()); in xen_apic_read()
46 val |= SET_APIC_LOGICAL_ID(id); in calculate_ldr()
52 val |= SET_APIC_LOGICAL_ID(id); in flat_init_apic_ldr()
2110 val |= SET_APIC_LOGICAL_ID(1UL << smp_processor_id()); in default_init_apic_ldr()
1857 dest = SET_APIC_LOGICAL_ID(dest); in native_ioapic_set_affinity()
45 #define SET_APIC_LOGICAL_ID(x) (((x) << 24)) macro