Changeset 108794 in vbox for trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.h
- Timestamp:
- Mar 31, 2025 11:31:09 AM (2 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168237
- Location:
- trunk/src/VBox/Devices/EFI/FirmwareNew
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/FirmwareNew
-
Property svn:mergeinfo
changed from (toggle deleted branches)
to (toggle deleted branches)/vendor/edk2/current 103735-103757,103769-103776,129194-164365 /vendor/edk2/current 103735-103757,103769-103776,129194-168232
-
Property svn:mergeinfo
changed from (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/FirmwareNew/MdeModulePkg/Library/VarCheckPolicyLib/VarCheckPolicyLib.h
r89983 r108794 3 3 VarCheckPolicyLib. 4 4 5 Copyright (c) 2024, Intel Corporation. All rights reserved.<BR> 5 6 Copyright (c) Microsoft Corporation. All rights reserved. 6 7 SPDX-License-Identifier: BSD-2-Clause-Patent … … 25 26 26 27 /** 27 This function is wrapper function to validate the buffer.28 This function is wrapper function to validate the Primary Buffer (CommBuffer). 28 29 29 30 @param Buffer The buffer start address to be checked. 30 31 @param Length The buffer length to be checked. 31 32 32 @retval TRUE This buffer is valid per processor architecture and not overlap with SMRAM/MMRAM.33 @retval FALSE This buffer is not valid per processor architecture or overlap with SMRAM/MMRAM.33 @retval TRUE This buffer is valid. 34 @retval FALSE This buffer is not valid. 34 35 **/ 35 36 BOOLEAN 36 37 EFIAPI 37 VarCheckPolicyIs BufferOutsideValid (38 VarCheckPolicyIsPrimaryBufferValid ( 38 39 IN EFI_PHYSICAL_ADDRESS Buffer, 39 40 IN UINT64 Length
Note:
See TracChangeset
for help on using the changeset viewer.