Searched refs:GdtrDesc (Results 1 – 2 of 2) sorted by relevance
156 IA32_DESCRIPTOR GdtrDesc; in GetProtectedModeCS() local162 AsmReadGdtr (&GdtrDesc); in GetProtectedModeCS()163 GdtEntryCount = (GdtrDesc.Limit + 1) / sizeof (IA32_SEGMENT_DESCRIPTOR); in GetProtectedModeCS()164 GdtEntry = (IA32_SEGMENT_DESCRIPTOR *) GdtrDesc.Base; in GetProtectedModeCS()
230 IA32_DESCRIPTOR GdtrDesc; in GetProtectedModeCS() local236 AsmReadGdtr (&GdtrDesc); in GetProtectedModeCS()237 GdtEntryCount = (GdtrDesc.Limit + 1) / sizeof (IA32_SEGMENT_DESCRIPTOR); in GetProtectedModeCS()238 GdtEntry = (IA32_SEGMENT_DESCRIPTOR *) GdtrDesc.Base; in GetProtectedModeCS()