]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg/PiSmmCpu: Change variable names and comments to follow SDM
authorRay Ni <ray.ni@intel.com>
Wed, 12 Jun 2019 02:14:42 +0000 (10:14 +0800)
committerRay Ni <ray.ni@intel.com>
Wed, 10 Jul 2019 08:00:03 +0000 (16:00 +0800)
commit7e56f8928d8461d820a81a50908adf648279f1dc
tree2064cd9b47dd2d9d62fe8f201ab585dd0ed74f4e
parent034a3b4f555c6844673a5ee6b7aa4faa74e90a6e
UefiCpuPkg/PiSmmCpu: Change variable names and comments to follow SDM

Per SDM, for IA-32e 4-KByte paging, there are four layers in the page
table structure:
1. PML4
2. Page-Directory-Pointer Table (PDPT)
3. Page-Directory (PD)
4. Page Table (PT)

The patch changes the local variable names and comments to use
"PML4", "PDPT", "PD", "PT" to better align to terms used in SDM.

There is no functionality impact for this change.

Signed-off-by: Ray Ni <ray.ni@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Regression-tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfile.c