Home
last modified time | relevance | path

Searched refs:ACPI_FADT_APIC_PHYSICAL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_phys.c31 (acpi_gbl_FADT.flags & ACPI_FADT_APIC_PHYSICAL)) { in x2apic_fadt_phys()
H A Dapic_flat_64.c130 (acpi_gbl_FADT.flags & ACPI_FADT_APIC_PHYSICAL)) { in physflat_acpi_madt_oem_check()
/openbmc/linux/include/acpi/
H A Dactbl.h295 #define ACPI_FADT_APIC_PHYSICAL (1<<19) /* 19: [V4] All local xAPICs must use physical dest mod… macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dacpi_table.h109 #define ACPI_FADT_APIC_PHYSICAL (1 << 19) macro