summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include
diff options
context:
space:
mode:
authorDun Tan <dun.tan@intel.com>2024-01-10 15:04:31 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-01-15 01:46:36 +0000
commitdb59ff333dee07afdd64f9b2efc682d475a9c3ad (patch)
tree006bf262a45ed129247c310b8f698532a2b588c9 /UefiCpuPkg/Include
parentcfe48465724293abd0a7d92c2a72f8ee3cf15628 (diff)
downloadedk2-db59ff333dee07afdd64f9b2efc682d475a9c3ad.tar.gz
UefiCpuPkg:Limit PhysicalAddressBits in special case
When creating smm page table, limit maximum supported physical addresses bits returned by CalculateMaximumSupportAddress() to 47 if 5-Level Paging is disabled. This commit is to avoid issue that more than 47-bit physical addresses are requested in smm page table when 5-level paging is disabled. 4-level paging supports translating 48-bit linear addresses to 52-bit physical addresses. Since linear addresses are sign-extended, linear-address space of 4-level paging is: [0, 2^47-1] and [0xffff8000_00000000, 0xffffffff_ffffffff]. So only [0, 2^47-1] linear-address range maps to the identical physical-address range when 5-Level paging is disabled. Signed-off-by: Dun Tan <dun.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Rahul Kumar <rahul1.kumar@intel.com>
Diffstat (limited to 'UefiCpuPkg/Include')
0 files changed, 0 insertions, 0 deletions