diff options
author | Dun Tan <dun.tan@intel.com> | 2024-10-10 15:38:09 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-30 05:48:24 +0000 |
commit | 004232c6af01a2de60a9c37da89985af00b53624 (patch) | |
tree | 033a73299584df53cb9bfb86bd178c489fe3eb3f /MdePkg | |
parent | acce74762b45f26adb461ef46de4bf8e2d722e94 (diff) | |
download | edk2-004232c6af01a2de60a9c37da89985af00b53624.tar.gz edk2-004232c6af01a2de60a9c37da89985af00b53624.tar.bz2 edk2-004232c6af01a2de60a9c37da89985af00b53624.zip |
UefiCpuPkg/MmUnblockMemoryLib: Check if buffer range is valid
Check if input buffer range unblockable:
1.The input buffer range to block should be totally covered
by one or multi memory allocation HOB
2.All the memory allocation HOB that overlap with the input
buffer range should be EfiRuntimeServicesData, EfiACPIMemoryNVS
or EfiReservedMemoryType.
Signed-off-by: Dun Tan <dun.tan@intel.com>
Diffstat (limited to 'MdePkg')
0 files changed, 0 insertions, 0 deletions