hv_get_isolation_type
enum hv_isolation_type type = hv_get_isolation_type();
EXPORT_SYMBOL_GPL(hv_get_isolation_type);
return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE;
if (hv_get_isolation_type() == HV_ISOLATION_TYPE_SNP) {
} else if (hv_get_isolation_type() == HV_ISOLATION_TYPE_TDX) {
if ((hv_get_isolation_type() == HV_ISOLATION_TYPE_VBS) ||
enum hv_isolation_type hv_get_isolation_type(void);