Searched refs:GdtDesc (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/IntelFspPkg/Library/SecFspSecPlatformLibNull/Ia32/ |
D | Flat32.s | 51 # Load the GDT table in GdtDesc 53 .byte 0x66,0xbe #movl $GdtDesc, %esi 54 .long GdtDesc
|
D | Flat32.asm | 57 ; Load the GDT table in GdtDesc 59 mov esi, OFFSET GdtDesc
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/ |
D | IpfThunk.i | 24 #define GdtDesc LowReverseThunkStart + 4 macro 25 #define IdtDesc GdtDesc + 6
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/ |
D | SecEntry.asm | 84 ; Load the GDT table in GdtDesc 86 mov esi, OFFSET GdtDesc
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | SecEntry.S | 77 # Load the GDT table in GdtDesc 79 movl $GdtDesc, %esi 331 GdtDesc: # GDT descriptor label
|
D | SecEntry.asm | 85 ; Load the GDT table in GdtDesc 87 mov esi, OFFSET GdtDesc 344 GdtDesc: ; GDT descriptor label
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecLib/Ia32/ |
D | Flat32.asm | 105 ; Load the GDT table in GdtDesc 107 mov esi, OFFSET GdtDesc
|
D | Flat32.S | 192 # Load the GDT table in GdtDesc 194 .byte 0x66,0xbe #movl $GdtDesc, %esi 195 .long GdtDesc 795 GdtDesc: # GDT descriptor label
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | SecEntry.nasm | 81 ; Load the GDT table in GdtDesc 83 mov esi, GdtDesc 333 GdtDesc: ; GDT descriptor
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Library/SecFspSecPlatformLibNull/Ia32/ |
D | Flat32.nasm | 116 GdtDesc: ; GDT descriptor
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBiosInterface.h | 249 DESCRIPTOR32 GdtDesc; // Protected mode GDT member 367 DESCRIPTOR32 GdtDesc; // Protected mode GDT member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/ |
D | SmiEntry.asm | 73 DW offset _GdtDesc - _SmiEntryPoint + 8000h ; bx = GdtDesc offset
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
D | SmiEntry.asm | 74 DW offset _StmGdtDesc - _StmSmiEntryPoint + 8000h ; bx = GdtDesc offset
|