Home
last modified time | relevance | path

Searched refs:RealModeGdtDesc (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfThunk.i33 #define RealModeGdtDesc RealModeGdt + (8 * NUM_REAL_GDT_ENTRIES) macro
34 #define RevRealDs RealModeGdtDesc + 6
DThunk.c239 IntThunk->RealModeGdtDesc.Limit = (UINT16) (sizeof (IntThunk->RealModeGdt) - 1); in LegacyBiosInitializeThunk()
240 CopyMem (&IntThunk->RealModeGdtDesc.Base, (UINT32 *) &IntThunk->RealModeGdt, sizeof (UINT32)); in LegacyBiosInitializeThunk()
246 IntThunk->LowCodeSelector = (UINT32) ((UINTN) CodeGdt - IntThunk->RealModeGdtDesc.Base); in LegacyBiosInitializeThunk()
247 IntThunk->LowDataSelector = (UINT32) ((UINTN) DataGdt - IntThunk->RealModeGdtDesc.Base); in LegacyBiosInitializeThunk()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBiosInterface.h263 DESCRIPTOR32 RealModeGdtDesc; member
322 DESCRIPTOR32 RealModeGdtDesc; member
381 DESCRIPTOR32 RealModeGdtDesc; member