Home
last modified time | relevance | path

Searched refs:CBMEM_ENTRY_MAGIC (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/CorebootModulePkg/Include/
DCoreboot.h55 #define CBMEM_ENTRY_MAGIC (~0xC0389479) macro
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
DCbParseLib.c197 if (Entries[0].magic == CBMEM_ENTRY_MAGIC) { in FindCbMemTable()