Lines Matching refs:Table
84 This function scan ACPI table in RSDT.
87 @param Signature ACPI table signature
89 @return ACPI table
101 EFI_ACPI_DESCRIPTION_HEADER *Table;
111 Table = (EFI_ACPI_DESCRIPTION_HEADER *)((UINTN)(*EntryPtr));
112 if (Table->Signature == Signature) {
113 return Table;
122 This function scan ACPI table in XSDT.
125 @param Signature ACPI table signature
127 @return ACPI table
140 EFI_ACPI_DESCRIPTION_HEADER *Table;
151 Table = (EFI_ACPI_DESCRIPTION_HEADER *)((UINTN)(EntryPtr));
152 if (Table->Signature == Signature) {
153 return Table;
163 @param Fadt FADT table pointer
165 @return Facs table pointer.
196 in the table.
198 @param AcpiTableGuid The guid used to find ACPI table in UEFI ConfigurationTable.
200 @return Facs table pointer.
216 // found ACPI table RSD_PTR from system table
265 in the table.
267 @return Facs table pointer.
285 Allocates and fills in the Page Directory and Page Table Entries to
288 virtual to physical mapping page table.
291 @return the 1:1 Virtual to Physical identity mapping page table base address.
346 // Calculate the table entries needed.
357 // We need calculate whole page size then allocate once, because S3 restore page table does not know each page in Nvs.
375 // If DXE is running 32-bit mode, no need to establish page table.
415 // Get ACPI Table because we will save its position to variable
437 // Allocate page table
520 @param SystemTable A pointer to the EFI system table