TianoCore EDK2 master
|
Go to the source code of this file.
Macros | |
#define | _CC_GUEST_IS_TDX(x) ((x) == CCAttrIntelTdx) |
#define | CC_GUEST_IS_TDX(x) _CC_GUEST_IS_TDX((x) & CCAttrTypeMask) |
#define | _CC_GUEST_IS_SEV(x) ((x) == CCAttrAmdSev || (x) == CCAttrAmdSevEs || (x) == CCAttrAmdSevSnp) |
#define | CC_GUEST_IS_SEV(x) _CC_GUEST_IS_SEV((x) & CCAttrTypeMask) |
Definitions for Confidential Computing Guest Attributes
Copyright (c) 2021 AMD Inc. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ConfidentialComputingGuestAttr.h.
#define _CC_GUEST_IS_SEV | ( | x | ) | ((x) == CCAttrAmdSev || (x) == CCAttrAmdSevEs || (x) == CCAttrAmdSevSnp) |
Definition at line 45 of file ConfidentialComputingGuestAttr.h.
#define _CC_GUEST_IS_TDX | ( | x | ) | ((x) == CCAttrIntelTdx) |
Definition at line 43 of file ConfidentialComputingGuestAttr.h.
#define CC_GUEST_IS_SEV | ( | x | ) | _CC_GUEST_IS_SEV((x) & CCAttrTypeMask) |
Definition at line 46 of file ConfidentialComputingGuestAttr.h.
#define CC_GUEST_IS_TDX | ( | x | ) | _CC_GUEST_IS_TDX((x) & CCAttrTypeMask) |
Definition at line 44 of file ConfidentialComputingGuestAttr.h.
enum CC_GUEST_TYPE |
Definition at line 15 of file ConfidentialComputingGuestAttr.h.
enum CONFIDENTIAL_COMPUTING_GUEST_ATTR |
Definition at line 21 of file ConfidentialComputingGuestAttr.h.