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

12 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/
AcpiVariableHobOnSmramReserveHobThunk.c 124 NewDescriptorBlock->Descriptor[SmramRanges].PhysicalStart += EFI_PAGE_SIZE;
140 if (NewDescriptorBlock->Descriptor[Index].PhysicalStart < BASE_1MB) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
HobLib.h 198 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
208 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
224 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
233 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeCoreHobLib/
HobLib.c 253 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
263 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
285 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
294 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
  /device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
LinuxLoaderFdt.c 265 Region.Base = cpu_to_fdtn ((UINTN)Resource->PhysicalStart);
302 (UINTN)MemoryMapPtr->PhysicalStart,
303 (UINTN)(MemoryMapPtr->PhysicalStart + MemoryMapPtr->NumberOfPages * EFI_PAGE_SIZE)));
304 err = fdt_add_mem_rsv (fdt, MemoryMapPtr->PhysicalStart, MemoryMapPtr->NumberOfPages * EFI_PAGE_SIZE);
LinuxLoader.h 62 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsInternal.h 93 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Hob/
Hob.c 93 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
110 PhysicalStart - The 64 bit physical address of memory described by this HOB
136 Hob->PhysicalStart = PhysicalStart;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/RuntimeDxe/
Runtime.c 173 if (Address >= VirtEntry->PhysicalStart) {
174 VirtEndOfRange = VirtEntry->PhysicalStart + (((UINTN) VirtEntry->NumberOfPages) * EFI_PAGE_SIZE);
179 *ConvertAddress = (VOID *) (Address - (UINTN) VirtEntry->PhysicalStart + (UINTN) VirtEntry->VirtualStart);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Dxe/SmmAccessDxe/
SmmAccessDriver.c 102 mSmmAccess.SmramDesc[Index].PhysicalStart = DescriptorBlock->Descriptor[Index].PhysicalStart;
130 DEBUG ((EFI_D_INFO, "SMM Base: %08X\n", (UINT32)(mSmmAccess.SmramDesc[mSmmAccess.NumberRegions-1].PhysicalStart)));
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/Pei/SmmAccessPei/
SmmAccessPei.c 351 SmmAccessPrivate->SmramDesc[Index].PhysicalStart = DescriptorBlock->Descriptor[Index].PhysicalStart;
374 (UINTN)(SmmAccessPrivate->SmramDesc[SmmAccessPrivate->NumberRegions-1].PhysicalStart),
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformInitPei/
MemoryPeim.c 283 if (Hob.ResourceDescriptor->PhysicalStart >= 0x100000 &&
284 Hob.ResourceDescriptor->PhysicalStart < (EFI_PHYSICAL_ADDRESS) 0x100000000) {
286 } else if (Hob.ResourceDescriptor->PhysicalStart >= (EFI_PHYSICAL_ADDRESS) 0x100000000) {
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 117 MemMap->PhysicalStart,
118 MemMap->PhysicalStart + Bytes - 1,
159 if (MemoryDescHob.MemDesc[Index].PhysicalStart < 0x100000) {
162 if (MemoryDescHob.MemDesc[Index].PhysicalStart >= 0x100000000ULL) {
170 DEBUG ((EFI_D_ERROR, "PhysicalStart - 0x%016lx, ", MemoryDescHob.MemDesc[Index].PhysicalStart));
180 Status = gDS->GetMemorySpaceDescriptor (MemoryDescHob.MemDesc[Index].PhysicalStart, &Descriptor);
194 MemoryDescHob.MemDesc[Index].PhysicalStart,
202 MemoryDescHob.MemDesc[Index].PhysicalStart,
228 MemoryDescHob.MemDesc[Index].PhysicalStart,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiHobLib/
HobLib.c 290 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
299 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
312 Hob->PhysicalStart = PhysicalStart;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueHobLib.h 185 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
194 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Include/
PeiHobLib.h 104 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
121 PhysicalStart - The 64 bit physical address of memory described by this HOB
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Hob.c 169 Hob.ResourceDescriptor->PhysicalStart,
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Page.c     [all...]
  /external/syslinux/efi32/include/efi/
efidef.h 187 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
  /external/syslinux/efi64/include/efi/
efidef.h 187 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efidef.h 187 EFI_PHYSICAL_ADDRESS PhysicalStart; // Field size is 64 bits
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/
Fvb.c 119 if (((EFI_PHYSICAL_ADDRESS)(UINTN)Address >= MemoryMap->PhysicalStart) &&
120 ((EFI_PHYSICAL_ADDRESS)(UINTN)Address < MemoryMap->PhysicalStart
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/
Fvb.c 119 if (((EFI_PHYSICAL_ADDRESS)(UINTN)Address >= MemoryMap->PhysicalStart) &&
120 ((EFI_PHYSICAL_ADDRESS)(UINTN)Address < MemoryMap->PhysicalStart
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
PrePiLib.h 433 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
442 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
533 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
  /device/linaro/bootloader/edk2/MdePkg/Library/DxeHobLib/
HobLib.c 286 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
296 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
318 @param PhysicalStart The 64 bit physical address of memory described by this HOB.
327 IN EFI_PHYSICAL_ADDRESS PhysicalStart,
  /external/syslinux/efi/
main.c 321 rv = callback(data, m->PhysicalStart, region_sz, type);
495 start = m->PhysicalStart;
496 end = m->PhysicalStart + (m->NumberOfPages << EFI_PAGE_SHIFT);
505 best = m->PhysicalStart;
530 if (start < min || start < m->PhysicalStart)
683 start = desc->PhysicalStart;
987 e->start = map->PhysicalStart;
    [all...]

Completed in 597 milliseconds

12 3