]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.h
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / X64 / VirtualMemory.h
index be9a7391b61516f33b123b964cf519b8324d749a..83d0e9bddb5fd1cedf60a0e5150fa788b231f233 100644 (file)
@@ -2,9 +2,9 @@
   x64 Long Mode Virtual Memory Management Definitions  \r
 \r
   References:\r
-    1) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 1:Basic Architecture, Intel\r
-    2) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 2:Instruction Set Reference, Intel\r
-    3) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 3:System Programmer's Guide, Intel\r
+    1) IA-32 Intel(R) Architecture Software Developer's Manual Volume 1:Basic Architecture, Intel\r
+    2) IA-32 Intel(R) Architecture Software Developer's Manual Volume 2:Instruction Set Reference, Intel\r
+    3) IA-32 Intel(R) Architecture Software Developer's Manual Volume 3:System Programmer's Guide, Intel\r
     4) AMD64 Architecture Programmer's Manual Volume 2: System Programming\r
 \r
 Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
@@ -100,7 +100,6 @@ typedef union {
 #pragma pack()\r
 \r
 \r
-\r
 /**\r
   Allocates and fills in the Page Directory and Page Table Entries to\r
   establish a 1:1 Virtual to Physical mapping.\r
@@ -110,7 +109,7 @@ typedef union {
                                                 table entries  to the physical \r
                                                 address space. \r
 \r
-  @return EFI_SUCCESS           The 1:1 Virtual to Physical identity mapping was created\r
+  @return The address of 4 level page map.\r
 \r
 **/\r
 UINTN\r
@@ -119,15 +118,11 @@ CreateIdentityMappingPageTables (
   );\r
 \r
 \r
-\r
-\r
-\r
 /**\r
  \r
   Fix up the vector number in the vector code.\r
  \r
   @param VectorBase   Base address of the vector handler.\r
\r
   @param VectorNum    Index of vector.\r
 \r
 **/\r
@@ -139,9 +134,6 @@ AsmVectorFixup (
   );\r
 \r
 \r
-\r
-\r
-\r
 /**\r
  \r
   Get the information of vector template.\r