Searched refs:RealModeGdtDesc (Results 1 – 3 of 3) sorted by relevance
33 #define RealModeGdtDesc RealModeGdt + (8 * NUM_REAL_GDT_ENTRIES) macro34 #define RevRealDs RealModeGdtDesc + 6
239 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()
263 DESCRIPTOR32 RealModeGdtDesc; member322 DESCRIPTOR32 RealModeGdtDesc; member381 DESCRIPTOR32 RealModeGdtDesc; member