Searched refs:APIC_DEFAULT_PHYS_BASE (Results 1 – 9 of 9) sorted by relevance
148 unsigned long lapic_addr = APIC_DEFAULT_PHYS_BASE; in dtb_lapic_setup()
385 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()531 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in default_get_smp_config()
13 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
2002 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()2021 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in apic_verify()2095 if (apic_force_enable(APIC_DEFAULT_PHYS_BASE)) in detect_init_APIC()
2529 apic->base_address != APIC_DEFAULT_PHYS_BASE) { in kvm_lapic_set_base()2567 APIC_DEFAULT_PHYS_BASE, PAGE_SIZE); in kvm_alloc_apic_access_page()2573 page = gfn_to_page(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_alloc_apic_access_page()2633 msr_val = APIC_DEFAULT_PHYS_BASE | MSR_IA32_APICBASE_ENABLE; in kvm_lapic_reset()
7418 if ((gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in vcpu_is_mmio_gpa()7691 (gpa & PAGE_MASK) == APIC_DEFAULT_PHYS_BASE) in emulator_cmpxchg_emulated()10277 unsigned long gfn = gpa_to_gfn(APIC_DEFAULT_PHYS_BASE); in __kvm_set_or_clear_apicv_inhibit()10349 apic_address = gfn_to_hva(kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in kvm_arch_mmu_notifier_invalidate_range()
235 vmcb->control.avic_vapic_bar = APIC_DEFAULT_PHYS_BASE & VMCB_AVIC_APIC_BAR_MASK; in avic_init_vmcb()
64 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
6750 page = gfn_to_page(vcpu->kvm, APIC_DEFAULT_PHYS_BASE >> PAGE_SHIFT); in vmx_set_apic_access_page_addr()
Completed in 54 milliseconds