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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DX86Thunk.c105 IA32_SEGMENT_DESCRIPTOR *RealModeGdt; local
115 // Point RealModeGdt to the GDT to be used in transition
117 // RealModeGdt[0]: Reserved as NULL descriptor
118 // RealModeGdt[1]: Code Segment
119 // RealModeGdt[2]: Data Segment
120 // RealModeGdt[3]: Call Gate
122 RealModeGdt = (IA32_SEGMENT_DESCRIPTOR*)(
128 RealModeGdt[1].Bits.BaseLow =
130 RealModeGdt[1].Bits.BaseMid =
146 RealModeGdt[
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
H A DLegacyBiosInterface.h147 // Values for RealModeGdt
252 GDT32 RealModeGdt[NUM_REAL_GDT_ENTRIES]; member in struct:__anon10426
317 GDT64 RealModeGdt[NUM_REAL_GDT_ENTRIES]; member in struct:__anon10427
370 GDT32 RealModeGdt[NUM_REAL_GDT_ENTRIES]; member in struct:__anon10428

Completed in 122 milliseconds