OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ssdt
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
AcpiTables.inf
36
Ssdt
.asl
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c
422
UINT8 *
Ssdt
;
427
Ssdt
= AllocatePool (SsdtSize);
429
if (
Ssdt
!= NULL) {
435
SsdtPtr =
Ssdt
;
471
ASSERT((UINTN) (SsdtPtr -
Ssdt
) == SsdtSize);
472
((EFI_ACPI_DESCRIPTION_HEADER *)
Ssdt
)->Length = (UINT32) SsdtSize;
473
Status = InstallAcpiTable (AcpiProtocol,
Ssdt
, SsdtSize, TableKey);
476
FreePool(
Ssdt
);
Completed in 183 milliseconds