Home
last modified time | relevance | path

Searched refs:BASE_512KB (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/PlatformPei/
DMemDetect.c449 AddMemoryRangeHob (0, BASE_512KB + BASE_128KB); in QemuInitializeRam()
454 AddMemoryRangeHob (0, BASE_512KB + BASE_128KB); in QemuInitializeRam()
504 Status = MtrrSetMemoryAttribute (BASE_512KB + BASE_128KB, in QemuInitializeRam()
505 BASE_1MB - (BASE_512KB + BASE_128KB), CacheUncacheable); in QemuInitializeRam()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/Ia32/
DSecEntry.S49 movl $(BASE_512KB + SIZE_64KB), %esp
59 pushl $BASE_512KB
DSecEntry.asm55 mov esp, (BASE_512KB + SIZE_64KB)
65 push BASE_512KB
DSecEntry.nasm46 mov esp, (BASE_512KB + SIZE_64KB)
56 push BASE_512KB
/device/linaro/bootloader/edk2/MdePkg/Include/
DBase.h494 #define BASE_512KB 0x00080000 macro