From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 255C59411BE for ; Mon, 13 Nov 2023 06:22:51 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=73QwrN52mDwW5BozhggQRHIn1bHflKo6f9Wpe3BJZ3c=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1699856570; v=1; b=vUSwHmg+Yxlvyhw+T/k0pgPTHnKGQyT8tw9X2SjHNyBCat5YDDaetMFeh03CMK8jlsWAmHox BKoqekgdrWTS4xtfBwh/5teBUY/FPePNaMFis5O4amXZ9G+XoeLCxYL0sh5MAsh0E1WtEMHYCh0 ht1WCSqpXMM3Jl+RKDGcv90s= X-Received: by 127.0.0.2 with SMTP id jgV7YY7687511xrc4MjETKyT; Sun, 12 Nov 2023 22:22:50 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web10.31729.1699856568636155442 for ; Sun, 12 Nov 2023 22:22:50 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10892"; a="9028386" X-IronPort-AV: E=Sophos;i="6.03,298,1694761200"; d="scan'208";a="9028386" X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Nov 2023 22:22:50 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10892"; a="887849565" X-IronPort-AV: E=Sophos;i="6.03,298,1694761200"; d="scan'208";a="887849565" X-Received: from shwdesssddpdwei.ccr.corp.intel.com ([10.239.157.28]) by orsmga004.jf.intel.com with ESMTP; 12 Nov 2023 22:22:48 -0800 From: "Sheng Wei" To: devel@edk2.groups.io Cc: Eric Dong , Ray Ni , Laszlo Ersek , Wu Jiaxin , Tan Dun Subject: [edk2-devel] [PATCH v4 1/5] UefiCpuPkg: Add macro definitions for CET feature for NASM files. Date: Mon, 13 Nov 2023 14:22:41 +0800 Message-Id: <20231113062245.649-2-w.sheng@intel.com> In-Reply-To: <20231113062245.649-1-w.sheng@intel.com> References: <20231113062245.649-1-w.sheng@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,w.sheng@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: xDeSvCNrQUX9cwTK30jcIVP1x7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=vUSwHmg+; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io Signed-off-by: Sheng Wei Cc: Eric Dong Cc: Ray Ni Cc: Laszlo Ersek Cc: Wu Jiaxin Cc: Tan Dun --- UefiCpuPkg/Include/Cet.inc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 UefiCpuPkg/Include/Cet.inc diff --git a/UefiCpuPkg/Include/Cet.inc b/UefiCpuPkg/Include/Cet.inc new file mode 100644 index 0000000000..a4038a0682 --- /dev/null +++ b/UefiCpuPkg/Include/Cet.inc @@ -0,0 +1,26 @@ +;-------------------------------------------------------------------------= -----=0D +;=0D +; Copyright (c) 2023, Intel Corporation. All rights reserved.
=0D +; SPDX-License-Identifier: BSD-2-Clause-Patent=0D +;=0D +; Abstract:=0D +;=0D +; This file provides macro definitions for CET feature for NASM files.=0D +;=0D +;-------------------------------------------------------------------------= -----=0D +=0D +%define MSR_IA32_U_CET 0x6A0=0D +%define MSR_IA32_S_CET 0x6A2=0D +%define MSR_IA32_CET_SH_STK_EN 0x1=0D +%define MSR_IA32_CET_WR_SHSTK_EN 0x2=0D +%define MSR_IA32_CET_ENDBR_EN 0x4=0D +%define MSR_IA32_CET_LEG_IW_EN 0x8=0D +%define MSR_IA32_CET_NO_TRACK_EN 0x10=0D +%define MSR_IA32_CET_SUPPRESS_DIS 0x20=0D +%define MSR_IA32_CET_SUPPRESS 0x400=0D +%define MSR_IA32_CET_TRACKER 0x800=0D +%define MSR_IA32_PL0_SSP 0x6A4=0D +%define MSR_IA32_INTERRUPT_SSP_TABLE_ADDR 0x6A8=0D +=0D +%define CR4_CET_BIT 23=0D +%define CR4_CET 0x800000=0D --=20 2.26.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111123): https://edk2.groups.io/g/devel/message/111123 Mute This Topic: https://groups.io/mt/102556833/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-