]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/CpuExceptionHandlerLib/CpuExceptionCommon.h
UefiCpuPkg/ExceptionLib: Add CET support.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / CpuExceptionCommon.h
index 83e55ab828362fc40876c2ac9b8381f15e989422..edf46cb60d40be491fe1b78baa684ee24b052153 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Common header file for CPU Exception Handler Library.\r
 \r
-  Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2012 - 2019, 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,6 +39,7 @@
 #define IA32_PF_EC_RSVD             BIT3\r
 #define IA32_PF_EC_ID               BIT4\r
 #define IA32_PF_EC_PK               BIT5\r
+#define IA32_PF_EC_SS               BIT6\r
 #define IA32_PF_EC_SGX              BIT15\r
 \r
 #include "ArchInterruptDefs.h"\r