Home | History | Annotate | Download | only in bios

Lines Matching refs:APIC_BASE

54 #define APIC_BASE    ((uint8_t *)0xfee00000)
649 val = readl(APIC_BASE + APIC_SVR);
651 writel(APIC_BASE + APIC_SVR, val);
658 writel(APIC_BASE + APIC_ICR_LOW, 0x000C4500);
660 writel(APIC_BASE + APIC_ICR_LOW, 0x000C4600 | sipi_vector);