Searched refs:ghcb_version (Results 1 – 3 of 3) sorted by relevance
67 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()
403 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
717 __u16 ghcb_version; member