]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/X64/MpEqu.inc
UefiCpuPkg/CpuMpPei: Add CodeSegment and DataSegment fields
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / X64 / MpEqu.inc
index ab851cf3e7fbb29628f634b393f61d8cf43b3a0a..30c7f6110b6ed62194d82861e3cf3e900078062d 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -39,7 +39,9 @@ IdtrLocation                  equ        LockLocation + 2Ah
 BufferStartLocation           equ        LockLocation + 34h\r
 PmodeOffsetLocation           equ        LockLocation + 3Ch\r
 NumApsExecutingLoction        equ        LockLocation + 44h\r
-LmodeOffsetLocation           equ        LockLocation + 4Ch\r
-Cr3Location                   equ        LockLocation + 54h\r
+CodeSegmentLocation           equ        LockLocation + 4Ch\r
+DataSegmentLocation           equ        LockLocation + 54h\r
+LmodeOffsetLocation           equ        LockLocation + 5Ch\r
+Cr3Location                   equ        LockLocation + 64h\r
 \r
 ;-------------------------------------------------------------------------------\r