Home
last modified time | relevance | path

Searched refs:ghcb_version (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dsev.c39 u16 ghcb_version __section(".data");
229 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
/linux/Documentation/virt/kvm/x86/
H A Damd-memory-encryption.rst98 __u16 ghcb_version; /* maximum guest GHCB version allowed */
107 ``ghcb_version`` must be 0 for SEV virtual machines, as they do not issue GHCB
108 requests. If ``ghcb_version`` is 0 for any other guest type, then the maximum
121 set to zero, and ``ghcb_version`` is set to 0 for KVM_SEV_INIT and 1 for
/linux/arch/x86/boot/startup/
H A Dsev-shared.c59 if (ghcb_version < 2) in get_hv_features()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h764 __u16 ghcb_version; member