Home
last modified time | relevance | path

Searched refs:EFI_SEGMENT (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
DBiosInt13.c251 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()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.h135 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
DLegacyBiosThunk.c115 …IdtArray[ProtectedModeBaseVector + Index] = ((EFI_SEGMENT (LegacyRegionBase + Index * 4)) << 16) |… in InitializeInterruptRedirection()
DBiosVideo.c1110 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()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c422 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()
DLegacyPci.c1032 Regs.X.ES = EFI_SEGMENT ((UINT32) TempData); in InstallLegacyIrqHandler()
2522 Regs.X.ES = EFI_SEGMENT ((UINT32) TempData); in LegacyBiosInstallRom()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h55 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DThunk.c260 …IntThunk->EfiToLegacy16InitTable.ReverseThunkCallSegment = EFI_SEGMENT (*((UINT32 *) &IntThunk->Lo… in LegacyBiosInitializeThunk()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h1016 #define EFI_SEGMENT(_Adr) (UINT16) ((UINT16) (((UINTN) (_Adr)) >> 4) & 0xf000) macro
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c1365 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeInformationBlock); in BiosVideoCheckForVbe()
1441 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeEdidDataBlock); in BiosVideoCheckForVbe()
1531 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeModeInformationBlock); in BiosVideoCheckForVbe()
2014 Regs.X.ES = EFI_SEGMENT ((UINTN) BiosVideoPrivate->VbeCrtcInformationBlock); in BiosVideoSetModeWorker()