Home
last modified time | relevance | path

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

/arch/x86/platform/sfi/
Dsfi.c36 static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/arch/x86/include/asm/
Dapicdef.h12 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/arch/x86/kernel/
Dmpparse.c405 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
540 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in default_get_smp_config()
/arch/x86/kernel/apic/
Dapic.c1686 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
1705 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in apic_verify()
1777 if (apic_force_enable(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
/arch/x86/kernel/acpi/
Dboot.c76 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/arch/x86/kvm/
Dlapic.c1597 APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE); in kvm_create_lapic()
Dx86.c4350 if ((*gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in vcpu_mmio_gva_to_gpa()
4589 (gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in emulator_cmpxchg_emulated()
6142 page = gfn_to_page(vcpu->kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_vcpu_reload_apic_access_page()
6162 if (address == gfn_to_hva(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT)) in kvm_arch_mmu_notifier_invalidate_page()
Dvmx.c4062 kvm_userspace_mem.guest_phys_addr = APIC_DEFAULT_PHYS_BASE; in alloc_apic_access_page()
4068 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in alloc_apic_access_page()
4540 apic_base_msr.data = APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE; in vmx_vcpu_reset()
Dsvm.c1263 svm->vcpu.arch.apic_base = APIC_DEFAULT_PHYS_BASE | in svm_create_vcpu()