HomeSort by relevance Sort by last modified time
    Searched refs:DescriptorSize (Results 26 - 50 of 54) sorted by null

12 3

  /device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
Linux.c 256 UINTN DescriptorSize;
276 &DescriptorSize,
298 &DescriptorSize,
308 for (Index = 0; Index < (MemoryMapSize / DescriptorSize); Index++) {
375 MemoryMap = (EFI_MEMORY_DESCRIPTOR *)((UINTN)MemoryMap + DescriptorSize);
381 Efi->efi_memdesc_size = (UINT32) DescriptorSize;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeCapsuleLib/
DxeCapsuleLib.c 151 UINTN DescriptorSize;
301 &DescriptorSize, // DescriptorSize
356 // Use DescriptorSize to move ImageInfo Pointer to stay compatible with different ImageInfo version
358 TempFmpImageInfo = (EFI_FIRMWARE_IMAGE_DESCRIPTOR *)((UINT8 *)TempFmpImageInfo + DescriptorSize);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
HubPeim.c 283 @param DescriptorSize The length of Hub Descriptor buffer.
296 IN UINTN DescriptorSize,
309 DevReq.Length = (UINT16)DescriptorSize;
318 (UINT16)DescriptorSize
HubPeim.h 231 @param DescriptorSize The length of Hub Descriptor buffer.
244 IN UINTN DescriptorSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueDxeRuntimeDriverLib.h 284 @param DescriptorSize The size in bytes of an entry in the VirtualMap.
294 @retval EFI_INVALID_PARAMETER DescriptorSize or DescriptorVersion is
305 IN UINTN DescriptorSize,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDiskProtocol.c 155 UINTN DescriptorSize;
172 &DescriptorSize,
183 &DescriptorSize,
207 MemoryMapEntry = NEXT_MEMORY_DESCRIPTOR (MemoryMapEntry, DescriptorSize);
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
UefiRuntimeLib.h 408 @param DescriptorSize The size in bytes of an entry in the VirtualMap.
418 @retval EFI_INVALID_PARAMETER DescriptorSize or DescriptorVersion is
429 IN UINTN DescriptorSize,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/
RuntimeService.c 475 @param DescriptorSize The size in bytes of an entry in the VirtualMap.
485 @retval EFI_INVALID_PARAMETER DescriptorSize or DescriptorVersion is
496 IN UINTN DescriptorSize,
511 (UINT64) DescriptorSize,
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
RuntimeLib.c 657 @param DescriptorSize The size in bytes of an entry in the VirtualMap.
667 @retval EFI_INVALID_PARAMETER DescriptorSize or DescriptorVersion is
678 IN UINTN DescriptorSize,
685 DescriptorSize,
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
BdsLinuxFdt.c 392 UINTN DescriptorSize;
511 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
521 Status = gBS->GetMemoryMap (&MemoryMapSize, MemoryMap, &MapKey, &DescriptorSize, &DescriptorVersion);
527 for (Index = 0; Index < (MemoryMapSize / DescriptorSize); Index++) {
538 MemoryMapPtr = (EFI_MEMORY_DESCRIPTOR*)((UINTN)MemoryMapPtr + DescriptorSize);
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 328 UINTN DescriptorSize;
347 &DescriptorSize,
362 &DescriptorSize,
  /device/linaro/bootloader/edk2/UefiCpuPkg/Feature/Capsule/MicrocodeUpdateDxe/
MicrocodeFmp.c 61 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes,
89 OUT UINTN *DescriptorSize,
111 DescriptorSize == NULL ||
118 *DescriptorSize = sizeof(EFI_FIRMWARE_IMAGE_DESCRIPTOR);
    [all...]
MicrocodeUpdate.h 255 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes,
283 OUT UINTN *DescriptorSize,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
FirmwareManagement.h 280 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes,
308 OUT UINTN *DescriptorSize,
  /device/linaro/bootloader/edk2/SignedCapsulePkg/Universal/SystemFirmwareUpdate/
SystemFirmwareDxe.h 153 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes,
181 OUT UINTN *DescriptorSize,
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 95 UINTN MapKey, DescriptorSize;
103 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
108 Status = gBS->GetMemoryMap (&MemMapSize, MemMap, &MapKey, &DescriptorSize, &DescriptorVersion);
114 for (Index = 0; Index < MemMapSize / DescriptorSize; Index ++) {
122 MemMap = (EFI_MEMORY_DESCRIPTOR *)((UINTN)MemMap + DescriptorSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Page.c 1047 @param[out] DescriptorSize A pointer to the location in which firmware
1068 OUT UINTN *DescriptorSize,
    [all...]
PiSmmCore.h     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeSmmPerformanceLib/
DxeSmmPerformanceLib.c 447 Entry = (EFI_MEMORY_DESCRIPTOR *) ((UINT8 *) Entry + PiSmmCommunicationRegionTable->DescriptorSize);
587 Entry = (EFI_MEMORY_DESCRIPTOR *) ((UINT8 *) Entry + PiSmmCommunicationRegionTable->DescriptorSize);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/VariableInfo/
VariableInfo.c 130 Entry = (EFI_MEMORY_DESCRIPTOR *) ((UINT8 *) Entry + PiSmmCommunicationRegionTable->DescriptorSize);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiApi.h 73 OUT UINTN *DescriptorSize,
101 IN UINTN DescriptorSize,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 195 @param[out] DescriptorSize A pointer to the location in which firmware returns the size, in bytes, of
214 OUT UINTN *DescriptorSize,
264 @param[in] DescriptorSize The size in bytes of an entry in the VirtualMap.
272 @retval EFI_INVALID_PARAMETER DescriptorSize or DescriptorVersion is invalid.
283 IN UINTN DescriptorSize,
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Library/OpalPasswordSupportLib/
OpalPasswordSupportLib.c 429 SmmCommMemRegion = (EFI_MEMORY_DESCRIPTOR *) ((UINT8 *) SmmCommMemRegion + SmmCommRegionTable->DescriptorSize);
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
SecureBootConfigImpl.c 178 UINTN DescriptorSize;
194 DescriptorSize = OFFSET_OF (EFI_VARIABLE_AUTHENTICATION_2, AuthInfo) + OFFSET_OF (WIN_CERTIFICATE_UEFI_GUID, CertData);
195 NewData = (UINT8*) AllocateZeroPool (DescriptorSize + PayloadSize);
201 CopyMem (NewData + DescriptorSize, Payload, PayloadSize);
228 *DataSize = DescriptorSize + PayloadSize;
    [all...]

Completed in 563 milliseconds

12 3