Home
last modified time | relevance | path

Searched refs:APIC_DEFAULT_PHYS_BASE (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dapicdef.h11 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/linux-2.4.37.9/include/asm-x86_64/
Dapicdef.h11 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/linux-2.4.37.9/arch/x86_64/kernel/
Dapic.c496 l |= MSR_IA32_APICBASE_ENABLE | APIC_DEFAULT_PHYS_BASE; in apic_pm_resume()
605 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
Dacpi.c158 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
Dmpparse.c429 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
/linux-2.4.37.9/arch/i386/kernel/
Dapic.c675 l |= MSR_IA32_APICBASE_ENABLE | APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
690 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
Dacpi.c144 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
Dmpparse.c720 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
952 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in find_visws_smp()
Dtraps.c938 set_fixmap(FIX_APIC_BASE, APIC_DEFAULT_PHYS_BASE); in cobalt_init()