Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dsev-shared.c67 static u16 ghcb_version __ro_after_init;
115 if (ghcb_version < 2) in get_hv_features()
160 ghcb_version = min_t(size_t, GHCB_MSR_PROTO_MAX(val), GHCB_PROTOCOL_MAX); in sev_es_negotiate_protocol()
232 ghcb->protocol_version = ghcb_version; in sev_es_ghcb_hv_call()
/openbmc/linux/arch/x86/boot/compressed/
H A Dsev.c403 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h717 __u16 ghcb_version; member