Searched refs:CurrentTableList (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
H A DAcpiSupportAcpiSupportProtocol.c604 EFI_ACPI_TABLE_LIST *CurrentTableList; local
627 CurrentTableList = AllocatePool (sizeof (EFI_ACPI_TABLE_LIST));
628 ASSERT (CurrentTableList);
645 CurrentTableList->PageAddress = 0xFFFFFFFF;
646 CurrentTableList->NumberOfPages = EFI_SIZE_TO_PAGES (CurrentTableSize);
667 CurrentTableList->NumberOfPages,
668 &CurrentTableList->PageAddress
677 CurrentTableList->NumberOfPages,
678 &CurrentTableList->PageAddress
685 gBS->FreePool (CurrentTableList);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
H A DAcpiTableProtocol.c545 EFI_ACPI_TABLE_LIST *CurrentTableList; local
568 CurrentTableList = AllocatePool (sizeof (EFI_ACPI_TABLE_LIST));
569 ASSERT (CurrentTableList);
586 CurrentTableList->PageAddress = 0xFFFFFFFF;
587 CurrentTableList->NumberOfPages = EFI_SIZE_TO_PAGES (CurrentTableSize);
608 CurrentTableList->NumberOfPages,
609 &CurrentTableList->PageAddress
618 CurrentTableList->NumberOfPages,
619 &CurrentTableList->PageAddress
626 gBS->FreePool (CurrentTableList);
[all...]
H A DAcpiSdt.c61 EFI_ACPI_TABLE_LIST *CurrentTableList; local
76 CurrentTableList = EFI_ACPI_TABLE_LIST_FROM_LINK (CurrentLink);
77 if (((UINTN)CurrentTableList->PageAddress <= (UINTN)Buffer) &&
78 ((UINTN)CurrentTableList->PageAddress + EFI_PAGES_TO_SIZE(CurrentTableList->NumberOfPages) > (UINTN)Buffer)) {
82 return CurrentTableList;
105 EFI_ACPI_TABLE_LIST *CurrentTableList; local
107 CurrentTableList = FindTableByBuffer (Buffer);
108 if (CurrentTableList == NULL) {
113 (VOID *)CurrentTableList
136 EFI_ACPI_TABLE_LIST *CurrentTableList; local
[all...]

Completed in 83 milliseconds