HomeSort by relevance Sort by last modified time
    Searched refs:SIZE_4KB (Results 26 - 40 of 40) sorted by null

12

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/
PL031RealTimeClockLib.c 641 mPL031RtcBase, SIZE_4KB,
648 Status = gDS->SetMemorySpaceAttributes (mPL031RtcBase, SIZE_4KB, EFI_MEMORY_UC | EFI_MEMORY_RUNTIME);
  /device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
Platform.c 244 AddIoMemoryBaseSizeHob (0xFEC00000, SIZE_4KB);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformHelperLib/
PlatformHelperDxe.c 31 #define FLASH_BLOCK_SIZE SIZE_4KB
PlatformHelperLib.c 66 StepLen = ALIGN_VALUE (Length,SIZE_4KB); // Bring up to 4K boundary.
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.h 95 #define SPI_ERASE_SECTOR_SIZE SIZE_4KB //This is the chipset requirement
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
SmmProfileArch.c 255 Address += SIZE_4KB;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciEnumeratorSupport.c     [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/
EblCmdMmu.c 177 return SIZE_4KB;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 623 S3NvsPageTableAddress += SIZE_4KB;
687 S3NvsPageTableAddress += SIZE_4KB;
715 S3NvsPageTableAddress += SIZE_4KB;
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/VirtFdtDxe/
VirtFdtDxe.c 186 DivU64x32 (ConfigSize, SIZE_4KB * 8 * 32) < BusMax - BusMin + 1) {
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 293 #define SIZE_4KB 0x00001000
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
BaseXApicLib.c 102 ASSERT ((BaseAddress & (SIZE_4KB - 1)) == 0);
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 27 #define MAX_LINE_BUFFER_SIZE (SIZE_4KB * sizeof (EFI_GRAPHICS_OUTPUT_BLT_PIXEL))
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 103 ASSERT ((BaseAddress & (SIZE_4KB - 1)) == 0);
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
CpuMp.c     [all...]

Completed in 363 milliseconds

12