HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_1KB (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/CorebootModulePkg/CbSupportDxe/
CbSupportDxe.c 148 Status = CbReserveResourceInGcd (TRUE, EfiGcdMemoryTypeMemoryMappedIo, 0xFED00000, SIZE_1KB, 0, SystemTable); // HPET
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
Microcode.c 157 // alignment value should be larger than 1-KByte. We could skip SIZE_1KB padding data to
160 MicrocodeEntryPoint = (EFI_CPU_MICROCODE_HEADER *) (((UINTN) MicrocodeEntryPoint) + SIZE_1KB);
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Platform.c 245 AddIoMemoryBaseSizeHob (0xFED00000, SIZE_1KB);
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 291 #define SIZE_1KB 0x00000400
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
MemMap.c 153 Size += SIZE_1KB;

Completed in 86 milliseconds