Searched refs:EbdaAddress (Results 1 – 1 of 1) sorted by relevance
606 UINT64 EbdaAddress; in PrepareHobMemory() local612 EbdaAddress = ((UINT64)(*(UINT16 *)(UINTN)(EBDA_VALUE_ADDRESS))) << 4; in PrepareHobMemory()613 if (EbdaAddress < 0x9A000 || EbdaAddress > EFI_MEMORY_BELOW_1MB_END) { in PrepareHobMemory()618 EbdaAddress = EFI_MEMORY_BELOW_1MB_END; in PrepareHobMemory()620 gHob->MemoryFreeUnder1MB.ResourceLength = EbdaAddress - EFI_MEMORY_BELOW_1MB_START; in PrepareHobMemory()