Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/platform/sfi/
Dsfi.c36 static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/Linux-v4.19/arch/x86/kernel/
Ddevicetree.c157 unsigned long lapic_addr = APIC_DEFAULT_PHYS_BASE; in dtb_lapic_setup()
Dmpparse.c403 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
549 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in default_get_smp_config()
/Linux-v4.19/arch/x86/include/asm/
Dapicdef.h13 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c1843 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
1862 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in apic_verify()
1934 if (apic_force_enable(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
/Linux-v4.19/arch/x86/kernel/acpi/
Dboot.c80 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/Linux-v4.19/arch/x86/kvm/
Dlapic.c2084 apic->base_address != APIC_DEFAULT_PHYS_BASE) in kvm_lapic_set_base()
2107 kvm_lapic_set_base(vcpu, APIC_DEFAULT_PHYS_BASE | in kvm_lapic_reset()
Dsvm.c1672 APIC_DEFAULT_PHYS_BASE, in avic_init_access_page()
2080 svm->vcpu.arch.apic_base = APIC_DEFAULT_PHYS_BASE | in svm_vcpu_reset()
2091 avic_update_vapic_bar(svm, APIC_DEFAULT_PHYS_BASE); in svm_vcpu_reset()
Dx86.c5016 if ((gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in vcpu_is_mmio_gpa()
5296 (gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in emulator_cmpxchg_emulated()
7347 apic_address = gfn_to_hva(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_arch_mmu_notifier_invalidate_range()
7364 page = gfn_to_page(vcpu->kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_vcpu_reload_apic_access_page()
Dvmx.c5880 APIC_DEFAULT_PHYS_BASE, PAGE_SIZE); in alloc_apic_access_page()
5884 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in alloc_apic_access_page()
6692 apic_base_msr.data = APIC_DEFAULT_PHYS_BASE | in vmx_vcpu_reset()