Searched defs:InstallAcpiTable (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DAcpiTable.h27 The InstallAcpiTable() function allows a caller to install an
30 InstallAcpiTable() will make a copy of the table and insert the
31 copy into the RSDT/XSDT. InstallAcpiTable() must insert the new
81 returned from a prior call to InstallAcpiTable(). If an EFI
89 returned from InstallAcpiTable().
112 EFI_ACPI_TABLE_INSTALL_ACPI_TABLE InstallAcpiTable; member in struct:_EFI_ACPI_TABLE_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c382 InstallAcpiTable ( function
434 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
1751 AcpiSupportInstance->AcpiTableProtocol.InstallAcpiTable = InstallAcpiTable;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTableProtocol.c310 InstallAcpiTable ( function
375 @param TableKey Specifies the table to uninstall. The key was returned from InstallAcpiTable().
1708 AcpiTableInstance->AcpiTableProtocol.InstallAcpiTable = InstallAcpiTable;
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgDxe/
H A DTcgDxe.c1018 InstallAcpiTable ( function
1036 // The ACPI table must be checksumed before calling the InstallAcpiTable()
1042 Status = AcpiTable->InstallAcpiTable (
1051 // The ACPI table must be checksumed before calling the InstallAcpiTable()
1057 Status = AcpiTable->InstallAcpiTable (
1182 EfiCreateProtocolNotifyEvent (&gEfiAcpiTableProtocolGuid, TPL_CALLBACK, InstallAcpiTable, NULL, &Registration);

Completed in 62 milliseconds