Home
last modified time | relevance | path

Searched refs:GdtrDesc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmmFuncsArch.c156 IA32_DESCRIPTOR GdtrDesc; in GetProtectedModeCS() local
162 AsmReadGdtr (&GdtrDesc); in GetProtectedModeCS()
163 GdtEntryCount = (GdtrDesc.Limit + 1) / sizeof (IA32_SEGMENT_DESCRIPTOR); in GetProtectedModeCS()
164 GdtEntry = (IA32_SEGMENT_DESCRIPTOR *) GdtrDesc.Base; in GetProtectedModeCS()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DDxeMpLib.c230 IA32_DESCRIPTOR GdtrDesc; in GetProtectedModeCS() local
236 AsmReadGdtr (&GdtrDesc); in GetProtectedModeCS()
237 GdtEntryCount = (GdtrDesc.Limit + 1) / sizeof (IA32_SEGMENT_DESCRIPTOR); in GetProtectedModeCS()
238 GdtEntry = (IA32_SEGMENT_DESCRIPTOR *) GdtrDesc.Base; in GetProtectedModeCS()