Searched defs:CodeGdt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
H A DThunk.c161 GDT32 *CodeGdt; local
182 CodeGdt = &(IntThunk->RealModeGdt[1]);
187 CodeGdt->Type = 0xA;
191 CodeGdt->System = 1;
192 CodeGdt->Dpl = 0;
193 CodeGdt->Present = 1;
194 CodeGdt->Software = 0;
195 CodeGdt->Reserved = 0;
196 CodeGdt->DefaultSize = 0;
200 CodeGdt
[all...]

Completed in 32 milliseconds