TianoCore EDK2 master
|
#include <Base.h>
Go to the source code of this file.
Functions | |
UINTN | CreatePageTable (IN UINTN Address, IN UINTN Length) |
Function to create page talbe. Only create page table for x64, and leave the CreatePageTable empty for Ia32. Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file CreatePageTable.c.
Only create page table for x64, and leave the CreatePageTable empty for Ia32.
[in] | LinearAddress | The start of the linear address range. |
[in] | Length | The length of the linear address range. |
Definition at line 17 of file CreatePageTable.c.