Searched refs:EFI_SEGMENT (Results 1 – 10 of 10) sorted by relevance
251 Regs.X.DS = EFI_SEGMENT ((UINTN)(&mLegacyDriverUnder1Mb->Parameters)); in GetDriveParameters()384 PointerMath = EFI_SEGMENT (Drive->Parameters.Fdpt) << 4; in GetDriveParameters()491 Regs.X.DS = EFI_SEGMENT (AddressPacket); in Edd30BiosReadBlocks()643 Regs.X.DS = EFI_SEGMENT (AddressPacket); in Edd30BiosWriteBlocks()879 Regs.X.DS = EFI_SEGMENT (AddressPacket); in Edd11BiosReadBlocks()1036 Regs.X.DS = EFI_SEGMENT (AddressPacket); in Edd11BiosWriteBlocks()1219 Regs.X.ES = EFI_SEGMENT (mEdd11Buffer); in BiosReadLegacyDrive()1230 EFI_SEGMENT (mEdd11Buffer)) in BiosReadLegacyDrive()1421 Regs.X.ES = EFI_SEGMENT (mEdd11Buffer); in BiosWriteLegacyDrive()1435 EFI_SEGMENT (mEdd11Buffer)) in BiosWriteLegacyDrive()
135 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
115 …IdtArray[ProtectedModeBaseVector + Index] = ((EFI_SEGMENT (LegacyRegionBase + Index * 4)) << 16) |… in InitializeInterruptRedirection()
1110 Regs.E.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeInformationBlock); in BiosVideoCheckForVbe()1157 Regs.E.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeEdidDataBlock); in BiosVideoCheckForVbe()1249 Regs.E.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeModeInformationBlock); in BiosVideoCheckForVbe()1744 Regs.E.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeCrtcInformationBlock); in BiosVideoGraphicsOutputSetMode()
422 Regs.X.ES = EFI_SEGMENT (*((UINT32 *) &EfiToLegacy16InitTable)); in ShadowAndStartLegacy16()1111 …BaseVectorMaster[Index] = (EFI_SEGMENT (IntRedirCode + Index * 4) << 16) | EFI_OFFSET (IntRedirCod… in LegacyBiosInstall()1116 Private->ThunkSeg = (UINT16) (EFI_SEGMENT (IntRedirCode)); in LegacyBiosInstall()
1032 Regs.X.ES = EFI_SEGMENT ((UINT32) TempData); in InstallLegacyIrqHandler()2522 Regs.X.ES = EFI_SEGMENT ((UINT32) TempData); in LegacyBiosInstallRom()
55 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
260 …IntThunk->EfiToLegacy16InitTable.ReverseThunkCallSegment = EFI_SEGMENT (*((UINT32 *) &IntThunk->Lo… in LegacyBiosInitializeThunk()
1016 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
1364 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeInformationBlock); in BiosVideoCheckForVbe()1440 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeEdidDataBlock); in BiosVideoCheckForVbe()1530 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeModeInformationBlock); in BiosVideoCheckForVbe()2013 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeCrtcInformationBlock); in BiosVideoSetModeWorker()