X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FCpuMpPei%2FCpuMpPei.h;h=b2e578b96ab8e58004f5136433d0c38a1cbd1527;hp=ef214503656a38ba6bc7aabf127192d08db41ac0;hb=01beffa7e9bb47adfeeb9868058311a478698b72;hpb=6d98a371593cbeee89001182a50f144f074893e2 diff --git a/UefiCpuPkg/CpuMpPei/CpuMpPei.h b/UefiCpuPkg/CpuMpPei/CpuMpPei.h index ef21450365..b2e578b96a 100644 --- a/UefiCpuPkg/CpuMpPei/CpuMpPei.h +++ b/UefiCpuPkg/CpuMpPei/CpuMpPei.h @@ -66,8 +66,7 @@ typedef enum { // typedef struct { UINT8 *RendezvousFunnelAddress; - UINTN PModeEntryOffset; - UINTN LModeEntryOffset; + UINTN ModeEntryOffset; UINTN RendezvousFunnelSize; } MP_ASSEMBLY_ADDRESS_MAP; @@ -98,11 +97,10 @@ typedef struct { IA32_DESCRIPTOR GdtrProfile; IA32_DESCRIPTOR IdtrProfile; UINTN BufferStart; - UINTN PmodeOffset; + UINTN ModeOffset; UINTN NumApsExecuting; UINTN CodeSegment; UINTN DataSegment; - UINTN LmodeOffset; UINTN Cr3; PEI_CPU_MP_DATA *PeiCpuMpData; } MP_CPU_EXCHANGE_INFO;