]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/PiSmmCpuDxeSmm/SmmProfile.h
UefiCpuPkg PiSmmCpuDxeSmm: Convert X64/SmiEntry.asm to NASM
[mirror_edk2.git] / UefiCpuPkg / PiSmmCpuDxeSmm / SmmProfile.h
index 45484674589d1589ce10a3830640a072715aee41..328d2b975821e512538025e2cf1e27d3315741f6 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 SMM profile header file.\r
 \r
-Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2012 - 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
@@ -17,11 +17,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
 #include "SmmProfileInternal.h"\r
 \r
-///\r
-/// MSR Register Index\r
-///\r
-#define MSR_IA32_MISC_ENABLE                  0x1A0\r
-\r
 //\r
 // External functions\r
 //\r
@@ -95,10 +90,13 @@ PageFaultIdtHandlerSmmProfile (
 /**\r
   Check if XD feature is supported by a processor.\r
 \r
+  @param[in,out] Buffer  The pointer to private data buffer.\r
+\r
 **/\r
 VOID\r
+EFIAPI\r
 CheckFeatureSupported (\r
-  VOID\r
+  IN OUT VOID   *Buffer\r
   );\r
 \r
 /**\r