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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchReadGroupRegister.c30 IA32_DESCRIPTOR *Ia32Descriptor; local
34 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
35 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);
67 IA32_DESCRIPTOR *Ia32Descriptor; local
71 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
72 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);
172 IA32_DESCRIPTOR *Ia32Descriptor; local
177 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
178 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchReadGroupRegister.c32 IA32_DESCRIPTOR *Ia32Descriptor; local
37 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
38 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);
84 IA32_DESCRIPTOR *Ia32Descriptor; local
88 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
89 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);
121 IA32_DESCRIPTOR *Ia32Descriptor; local
125 Ia32Descriptor = (IA32_DESCRIPTOR *) CpuContext->Gdtr;
126 Ia32Gdt = (IA32_GDT *) (Ia32Descriptor->Base);

Completed in 97 milliseconds