Searched refs:EFI_ACPI_TABLE_VERSION_NONE (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTable.h52 // EFI_ACPI_TABLE_VERSION_NONE - No ACPI Versions. This might be used
65 #define EFI_ACPI_TABLE_VERSION_NONE (1 << 0) macro
H A DAcpiTableProtocol.c1315 if (Version & EFI_ACPI_TABLE_VERSION_NONE & Table->Version) {
1319 Table->Version = Table->Version &~EFI_ACPI_TABLE_VERSION_NONE;
H A DAcpiSdt.c22 EFI_ACPI_TABLE_VERSION_NONE | EFI_ACPI_TABLE_VERSION_1_0B | EFI_ACPI_TABLE_VERSION_2_0 | EFI_ACPI_TABLE_VERSION_3_0 | EFI_ACPI_TABLE_VERSION_4_0,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAcpiSystemDescriptionTable.h24 #define EFI_ACPI_TABLE_VERSION_NONE (1 << 0) macro
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c1366 if (Version & EFI_ACPI_TABLE_VERSION_NONE & Table->Version) {
1370 Table->Version = Table->Version &~EFI_ACPI_TABLE_VERSION_NONE;

Completed in 53 milliseconds