We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468c27a commit f9f27c4Copy full SHA for f9f27c4
arch/x86/include/asm/cpufeatures.h
@@ -446,6 +446,7 @@
446
#define X86_FEATURE_DEBUG_SWAP (19*32+14) /* "debug_swap" SEV-ES full debug state swap support */
447
#define X86_FEATURE_RMPREAD (19*32+21) /* RMPREAD instruction */
448
#define X86_FEATURE_SEGMENTED_RMP (19*32+23) /* Segmented RMP support */
449
+#define X86_FEATURE_ALLOWED_SEV_FEATURES (19*32+27) /* Allowed SEV Features */
450
#define X86_FEATURE_SVSM (19*32+28) /* "svsm" SVSM present */
451
#define X86_FEATURE_HV_INUSE_WR_ALLOWED (19*32+30) /* Allow Write to in-use hypervisor-owned pages */
452
0 commit comments