Lines Matching refs:Table
33 Return page table base.
35 @return page table base.
88 Return page table entry to match the address.
189 @param[out] IsModified TRUE means page table modified. FALSE means page table not modified.
317 // No need support 1G->4K directly, we should use 1G->2M, then 2M->4K to get more compact page table.
350 @param[out] IsSplitted TRUE means page table splitted. FALSE means page table not splitted.
351 @param[out] IsModified TRUE means page table modified. FALSE means page table not modified.
488 @param[out] IsSplitted TRUE means page table splitted. FALSE means page table not splitted.
536 @param[out] IsSplitted TRUE means page table splitted. FALSE means page table not splitted.
646 Retrieves a pointer to the system configuration table from the SMM System Table
649 @param[in] TableGuid The pointer to table's GUID type.
650 @param[out] Table The pointer to the table associated with TableGuid in the EFI System Table.
652 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
653 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
660 OUT VOID **Table
666 ASSERT (Table != NULL);
668 *Table = NULL;
671 *Table = gSmst->SmmConfigurationTable[Index].VendorTable;
875 Return if a UEFI memory page should be marked as not present in SMM page table.
883 @return TRUE The memory described will be marked as not present in SMM page table.
884 @return FALSE The memory described will not be marked as not present in SMM page table.
909 these entries will be set as NOT present in SMM page table.