Searched refs:NORMALIZE_EFI_SEGMENT (Results 1 – 3 of 3) sorted by relevance
355 Regs.X.ES = NORMALIZE_EFI_SEGMENT ((UINT32) TempData); in LegacyBiosGetBbsInfo()
104 #define NORMALIZE_EFI_SEGMENT(_Adr) (UINT16) (((UINTN) (_Adr)) >> 4) macro
1217 Regs.X.ES = NORMALIZE_EFI_SEGMENT ((UINTN)EfiToLegacy16BootTable); in GenericLegacyBoot()