Searched refs:APIC_BASE (Results 1 – 8 of 8) sorted by relevance
25 *((volatile unsigned long *)(APIC_BASE+reg)) = v; in apic_write()30 xchg((volatile unsigned long *)(APIC_BASE+reg), v); in apic_write_atomic()35 return *((volatile unsigned long *)(APIC_BASE+reg)); in apic_read()
89 return GET_APIC_ID(*(unsigned long *)(APIC_BASE+APIC_ID)); in hard_smp_processor_id()95 return GET_APIC_LOGICAL_ID(*(unsigned long *)(APIC_BASE+APIC_LDR)); in logical_smp_processor_id()
112 #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) macro136 #define lapic ((volatile struct local_apic *)APIC_BASE)
25 *((volatile unsigned int *)(APIC_BASE+reg)) = v; in apic_write()31 (void) xchg((volatile unsigned int *)(APIC_BASE+reg), v); in apic_write_atomic()36 return *((volatile unsigned int *)(APIC_BASE+reg)); in apic_read()
92 return GET_APIC_ID(*(unsigned *)(APIC_BASE+APIC_ID)); in hard_smp_processor_id()
108 #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) macro120 #define lapic ((volatile struct local_apic *)APIC_BASE)
633 Dprintk("mapped APIC to %08lx (%08lx)\n", APIC_BASE, apic_phys); in init_apic_mappings()
727 Dprintk("mapped APIC to %08lx (%08lx)\n", APIC_BASE, apic_phys); in init_apic_mappings()