Searched refs:APIC_DEFAULT_PHYS_BASE (Results 1 – 8 of 8) sorted by relevance
4 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
11 #define APIC_DEFAULT_PHYS_BASE 0xfee00000 macro
827 msr_content |= APIC_BASE_ENABLE | APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()842 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in detect_init_APIC()
505 mp_lapic_addr = APIC_DEFAULT_PHYS_BASE; in construct_default_ISA_mptable()
58 static u64 acpi_lapic_addr __initdata = APIC_DEFAULT_PHYS_BASE;
1133 ((value & APIC_BASE_ADDR_MASK) != APIC_DEFAULT_PHYS_BASE) ) in guest_wrmsr_apic_base()1443 vlapic->hw.apic_base_msr = APIC_BASE_ENABLE | APIC_DEFAULT_PHYS_BASE; in vlapic_reset()
801 madt->address = APIC_DEFAULT_PHYS_BASE; in pvh_setup_acpi_madt()
3076 return set_mmio_p2m_entry(d, gaddr_to_gfn(APIC_DEFAULT_PHYS_BASE), mfn, in vmx_alloc_vlapic_mapping()3131 (vlapic_base_address(vlapic) == APIC_DEFAULT_PHYS_BASE) ) in vmx_vlapic_msr_changed()
Completed in 28 milliseconds