HomeSort by relevance Sort by last modified time
    Searched defs:PhysicalStart (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Library/
ArmPlatformLib.h 39 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/FdtDxe/
LinuxLoader.h 69 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsInternal.h 93 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/SmramMemoryReserve/
SmramMemoryReserve.h 37 EFI_PHYSICAL_ADDRESS PhysicalStart; // Phsyical location in DRAM
39 // May or may not match PhysicalStart
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/Common/
CommonHeader.h 42 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/MdePkg/Include/Pi/
PiMultiPhase.h 117 EFI_PHYSICAL_ADDRESS PhysicalStart;
120 /// processors. This address may or may not match PhysicalStart.
PiHob.h 332 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
PeiHob.h 148 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
PropertiesTable.c 153 Sort memory map entries based upon PhysicalStart, from low to high.
178 if (MemoryMapEntry->PhysicalStart > NextMemoryMapEntry->PhysicalStart) {
231 ((MemoryMapEntry->PhysicalStart + MemoryBlockLength) == NextMemoryMapEntry->PhysicalStart)) {
369 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages);
385 if (TempRecord.PhysicalStart <= ImageRecordCodeSection->CodeSegmentBase) {
394 NewRecord->PhysicalStart = TempRecord.PhysicalStart;
396 NewRecord->NumberOfPages = EfiSizeToPages(ImageRecordCodeSection->CodeSegmentBase - NewRecord->PhysicalStart);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
MemoryAttributesTable.c 139 ASSERT (Address == MemoryMap->PhysicalStart);
141 Address = MemoryMap->PhysicalStart + EfiPagesToSize(MemoryMap->NumberOfPages);
147 Sort memory map entries based upon PhysicalStart, from low to high.
172 if (MemoryMapEntry->PhysicalStart > NextMemoryMapEntry->PhysicalStart) {
225 ((MemoryMapEntry->PhysicalStart + MemoryBlockLength) == NextMemoryMapEntry->PhysicalStart)) {
362 PhysicalEnd = TempRecord.PhysicalStart + EfiPagesToSize(TempRecord.NumberOfPages);
368 if (ImageRecord->ImageBase > TempRecord.PhysicalStart) {
370 NewRecord->PhysicalStart = TempRecord.PhysicalStart;
    [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
  /external/syslinux/gpxe/src/include/gpxe/efi/Pi/
PiHob.h 218 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 245 EFI_PHYSICAL_ADDRESS PhysicalStart;
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiSpec.h 113 EFI_PHYSICAL_ADDRESS PhysicalStart;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiSpec.h 78 EFI_PHYSICAL_ADDRESS PhysicalStart;
    [all...]

Completed in 463 milliseconds