Searched refs:ghcb_version (Results 1 – 7 of 7) sorted by relevance
39 u16 ghcb_version __section(".data");229 if (ghcb_version < 2 || (!boot_ghcb && !early_setup_ghcb())) in snp_check_features()
98 __u16 ghcb_version; /* maximum guest GHCB version allowed */107 ``ghcb_version`` must be 0 for SEV virtual machines, as they do not issue GHCB108 requests. If ``ghcb_version`` is 0 for any other guest type, then the maximum121 set to zero, and ``ghcb_version`` is set to 0 for KVM_SEV_INIT and 1 for
59 if (ghcb_version < 2) in get_hv_features()
123 u16 ghcb_version __ro_after_init;124 SYM_PIC_ALIAS(ghcb_version);
764 __u16 ghcb_version; member
108 u16 ghcb_version; /* Highest guest GHCB protocol version allowed */ member