summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/DxeIplPeim
diff options
context:
space:
mode:
authorJian J Wang <jian.j.wang@intel.com>2017-12-26 08:43:30 +0800
committerStar Zeng <star.zeng@intel.com>2017-12-26 09:44:14 +0800
commit9db7e9fd97c30242e22d50f534c835c9c7d98169 (patch)
tree796542db1eb202a0e6ef1a54ad9e73cbf2e11036 /MdeModulePkg/Core/DxeIplPeim
parent47595ac0b96aaa18246ac1be4a238893dd0aa0fe (diff)
downloadedk2-9db7e9fd97c30242e22d50f534c835c9c7d98169.tar.gz
edk2-9db7e9fd97c30242e22d50f534c835c9c7d98169.tar.bz2
edk2-9db7e9fd97c30242e22d50f534c835c9c7d98169.zip
MdeModulePkg/Core: Coding style clean-up
Cc: Dandan Bi <dandan.bi@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jian J Wang <jian.j.wang@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
Diffstat (limited to 'MdeModulePkg/Core/DxeIplPeim')
-rw-r--r--MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c b/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
index bbdfa2bb8e..d7a86c0d30 100644
--- a/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
+++ b/MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
@@ -126,6 +126,11 @@ EnableExecuteDisableBit (
The function will check if page table entry should be splitted to smaller
granularity.
+ @param Address Physical memory address.
+ @param Size Size of the given physical memory.
+ @param StackBase Base address of stack.
+ @param StackSize Size of stack.
+
@retval TRUE Page table should be split.
@retval FALSE Page table should not be split.
**/