Lines Matching +full:active +full:-
1 /* SPDX-License-Identifier: GPL-2.0-only */
17 * enum cc_attr - Confidential computing attributes
20 * currently active.
24 * @CC_ATTR_MEM_ENCRYPT: Memory encryption is active
26 * The platform/OS is running with active memory encryption. This
27 * includes running either as a bare-metal system or a hypervisor
31 * Examples include SME, SEV and SEV-ES.
36 * @CC_ATTR_HOST_MEM_ENCRYPT: Host memory encryption is active
38 * The platform/OS is running as a bare-metal system or a hypervisor
46 * @CC_ATTR_GUEST_MEM_ENCRYPT: Guest memory encryption is active
51 * Examples include SEV and SEV-ES.
56 * @CC_ATTR_GUEST_STATE_ENCRYPT: Guest state encryption is active
61 * Examples include SEV-ES.
77 * @CC_ATTR_SEV_SNP: Guest SNP is active.
80 * using AMD SEV-SNP features.
98 * cc_platform_has() - Checks if the specified cc_attr attribute is active
102 * specified Confidential Computing attribute is currently active.
106 * * TRUE - Specified Confidential Computing attribute is active
107 * * FALSE - Specified Confidential Computing attribute is not active