Home
last modified time | relevance | path

Searched refs:APIC_BASE (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/module/x86/
Dapic_compat.h65 #undef APIC_BASE
66 #define APIC_BASE virt_apic_base macro
70 *((volatile u32 *)(APIC_BASE+reg)) = v; in apic_write()
75 return *((volatile u32 *)(APIC_BASE+reg)); in apic_read()
/external/qemu-pc-bios/bochs/bios/
Drombios32.c54 #define APIC_BASE ((uint8_t *)0xfee00000) macro
649 val = readl(APIC_BASE + APIC_SVR); in smp_probe()
651 writel(APIC_BASE + APIC_SVR, val); in smp_probe()
658 writel(APIC_BASE + APIC_ICR_LOW, 0x000C4500); in smp_probe()
660 writel(APIC_BASE + APIC_ICR_LOW, 0x000C4600 | sipi_vector); in smp_probe()