Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dapicdef.h15 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
/linux-6.15/arch/x86/kernel/
H A Ddevicetree.c150 unsigned long lapic_addr = APIC_DEFAULT_PHYS_BASE; in dtb_lapic_setup()
H A Dmpparse.c520 register_lapic_address(APIC_DEFAULT_PHYS_BASE); in mpparse_get_smp_config()
/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c1939 register_lapic_address(APIC_DEFAULT_PHYS_BASE); in detect_init_APIC()
2032 if (!apic_force_enable(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
2035 if (!apic_verify(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
/linux-6.15/arch/x86/kvm/
H A Dlapic.c2623 apic->base_address != APIC_DEFAULT_PHYS_BASE) { in __kvm_apic_set_base()
2692 APIC_DEFAULT_PHYS_BASE, PAGE_SIZE); in kvm_alloc_apic_access_page()
2749 msr_val = APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE; in kvm_lapic_reset()
H A Dx86.c7788 if ((gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in vcpu_is_mmio_gpa()
8061 (gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in emulator_cmpxchg_emulated()
10638 unsigned long gfn = gpa_to_gfn(APIC_DEFAULT_PHYS_BASE); in __kvm_set_or_clear_apicv_inhibit()
/linux-6.15/arch/x86/kvm/svm/
H A Davic.c254 vmcb->control.avic_vapic_bar = APIC_DEFAULT_PHYS_BASE & VMCB_AVIC_APIC_BAR_MASK; in avic_init_vmcb()
/linux-6.15/arch/x86/kernel/acpi/
H A Dboot.c67 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c6847 const gfn_t gfn = APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT; in vmx_set_apic_access_page_addr()