Searched refs:PhysicalSize (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Guid/
H A DFileInfo.h35 /// PhysicalSize The amount of physical space the file consumes on the file system volume.
37 UINT64 PhysicalSize; member in struct:__anon11345
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPiSmmIpl.c316 *SmramCacheSize = SmramRange->PhysicalSize;
322 RangePhysicalSize = gSmmCorePrivate->SmramRanges[Index].PhysicalSize;
918 ASSERT ((SmramRange->PhysicalSize & EFI_PAGE_MASK) == 0);
919 ASSERT (SmramRange->PhysicalSize > EFI_PAGES_TO_SIZE (PageCount));
921 SmramRange->PhysicalSize -= EFI_PAGES_TO_SIZE (PageCount);
922 DestinationBuffer = SmramRange->CpuStart + SmramRange->PhysicalSize;
936 ASSERT ((SmramRange->PhysicalSize & EFI_PAGE_MASK) == 0);
937 ASSERT (SmramRange->PhysicalSize > EFI_PAGES_TO_SIZE (PageCount));
939 SmramRange->PhysicalSize -= EFI_PAGES_TO_SIZE (PageCount);
940 DestinationBuffer = SmramRange->CpuStart + SmramRange->PhysicalSize;
[all...]
H A DPool.c97 if ((SmramRanges[Index].CpuStart + SmramRanges[Index].PhysicalSize) <= BASE_4GB) {
98 if (SmramRanges[Index].PhysicalSize >= MaxSize) {
99 MaxSize = SmramRanges[Index].PhysicalSize;
112 SmramRanges[CurrentSmramRangesIndex].PhysicalSize = SmramRanges[CurrentSmramRangesIndex].PhysicalSize - SmmCodeSize;
120 SmramRanges[Index].PhysicalSize,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Pi/
H A DPiMultiPhase.h126 UINT64 PhysicalSize; member in struct:__anon11996
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Ddirent.h72 UINT64 PhysicalSize; // The amount of physical space the file consumes member in struct:dirent
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Pi/
H A DPiMultiPhase.h128 UINT64 PhysicalSize; member in struct:__anon15598
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableSmm/
H A DFirmwarePerformanceSmm.c192 if (((Buffer >= mSmramRanges[Index].CpuStart) && (Buffer < mSmramRanges[Index].CpuStart + mSmramRanges[Index].PhysicalSize)) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/LockBox/SmmLockBox/
H A DSmmLockBox.c54 if (((Buffer >= mSmramRanges[Index].CpuStart) && (Buffer < mSmramRanges[Index].CpuStart + mSmramRanges[Index].PhysicalSize)) ||
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c96 ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer < (mSmramRanges[Index].CpuStart + mSmramRanges[Index].PhysicalSize))) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/
H A DMemoryAllocationLib.c129 ((EFI_PHYSICAL_ADDRESS) (UINTN) Buffer < (mSmramRanges[Index].CpuStart + mSmramRanges[Index].PhysicalSize))) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DLs.c255 Node->Info->PhysicalSize,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmCorePerformanceLib/
H A DSmmCorePerformanceLib.c459 if (((Buffer >= mSmramRanges[Index].CpuStart) && (Buffer < mSmramRanges[Index].CpuStart + mSmramRanges[Index].PhysicalSize)) ||
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c344 statbuf->st_physsize = FileInfo->PhysicalSize;
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_efi.c1087 FileInfo->PhysicalSize = sb.used_bytes;

Completed in 50 milliseconds