Searched defs:AcpiTable (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
H A DAcpiPlatform.c17 #include <Protocol/AcpiTable.h>
175 EFI_ACPI_TABLE_PROTOCOL *AcpiTable; local
189 // Find the AcpiTable protocol
191 Status = gBS->LocateProtocol (&gEfiAcpiTableProtocolGuid, NULL, (VOID**)&AcpiTable);
234 Status = AcpiTable->InstallAcpiTable (
235 AcpiTable,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTcgSmm.c284 EFI_ACPI_TABLE_PROTOCOL *AcpiTable; local
305 Status = gBS->LocateProtocol (&gEfiAcpiTableProtocolGuid, NULL, (VOID **) &AcpiTable);
309 Status = AcpiTable->InstallAcpiTable (
310 AcpiTable,
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/AcpiPlatformDxe/
H A DAcpiPlatform.c45 #include <Protocol/AcpiTable.h>
333 EFI_ACPI_TABLE_PROTOCOL *AcpiTable; local
354 // Find the AcpiTable protocol
356 Status = gBS->LocateProtocol (&gEfiAcpiTableProtocolGuid, NULL, (VOID**)&AcpiTable);
418 Status = AcpiTable->InstallAcpiTable (
419 AcpiTable,
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c28 #include <Protocol/AcpiTable.h>
1025 EFI_ACPI_TABLE_PROTOCOL *AcpiTable; local
1028 Status = gBS->LocateProtocol (&gEfiAcpiTableProtocolGuid, NULL, (VOID **)&AcpiTable);
1042 Status = AcpiTable->InstallAcpiTable (
1043 AcpiTable,
1057 Status = AcpiTable->InstallAcpiTable (
1058 AcpiTable,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBootSupport.c819 VOID *AcpiTable; local
923 AcpiTable = NULL;
926 &AcpiTable
931 &AcpiTable
935 // We do not ASSERT if AcpiTable not found. It is possbile that a platform does not produce AcpiTable.
937 if (AcpiTable == NULL) {
940 EfiToLegacy16BootTable->AcpiTable = (UINT32)(UINTN)AcpiTable;
947 if (AcpiTable !
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c304 VOID *AcpiTable,
315 AcpiTable Buffer for AcpiSection
329 AcpiHeader = (EFI_ACPI_DESCRIPTION_HEADER *)AcpiTable;
332 // Generic check for AcpiTable length.
335 Error (NULL, 0, 3000, "Invalid", "AcpiTable length check failed.", NULL);
377 Facs = (EFI_ACPI_3_0_FIRMWARE_ACPI_CONTROL_STRUCTURE *)AcpiTable;
303 CheckAcpiTable( VOID *AcpiTable, UINT32 Length ) argument
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/
H A DLegacyBios.h912 UINT32 AcpiTable; ///< The location of the RSDT ACPI table. < 4G range. member in struct:__anon10755

Completed in 63 milliseconds