Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/platform/sfi/
Dsfi.c23 static unsigned long sfi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/Linux-v5.10/arch/x86/kernel/
Ddevicetree.c159 unsigned long lapic_addr = APIC_DEFAULT_PHYS_BASE; in dtb_lapic_setup()
Dmpparse.c384 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
530 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in default_get_smp_config()
/Linux-v5.10/arch/x86/include/asm/
Dapicdef.h13 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/Linux-v5.10/arch/x86/kernel/apic/
Dapic.c1939 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
1958 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in apic_verify()
2032 if (apic_force_enable(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
/Linux-v5.10/arch/x86/kvm/svm/
Davic.c250 APIC_DEFAULT_PHYS_BASE, in avic_update_access_page()
Dsvm.c1273 svm->vcpu.arch.apic_base = APIC_DEFAULT_PHYS_BASE | in svm_vcpu_reset()
1284 avic_update_vapic_bar(svm, APIC_DEFAULT_PHYS_BASE); in svm_vcpu_reset()
/Linux-v5.10/arch/x86/kernel/acpi/
Dboot.c65 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/Linux-v5.10/arch/x86/kvm/
Dlapic.c2270 apic->base_address != APIC_DEFAULT_PHYS_BASE) in kvm_lapic_set_base()
2301 kvm_lapic_set_base(vcpu, APIC_DEFAULT_PHYS_BASE | in kvm_lapic_reset()
Dx86.c6075 if ((gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in vcpu_is_mmio_gpa()
6355 (gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in emulator_cmpxchg_emulated()
8714 apic_address = gfn_to_hva(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_arch_mmu_notifier_invalidate_range()
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c3614 APIC_DEFAULT_PHYS_BASE, PAGE_SIZE); in alloc_apic_access_page()
3618 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in alloc_apic_access_page()
4401 apic_base_msr.data = APIC_DEFAULT_PHYS_BASE | in vmx_vcpu_reset()
6235 page = gfn_to_page(vcpu->kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in vmx_set_apic_access_page_addr()