Searched refs:hv_get_isolation_type (Results 1 – 3 of 3) sorted by relevance
579 if (hv_get_isolation_type() == HV_ISOLATION_TYPE_SNP) { in ms_hyperv_init_platform()583 } else if (hv_get_isolation_type() == HV_ISOLATION_TYPE_TDX) { in ms_hyperv_init_platform()687 if ((hv_get_isolation_type() == HV_ISOLATION_TYPE_VBS) || in ms_hyperv_init_platform()
859 enum hv_isolation_type type = hv_get_isolation_type(); in hv_vtom_init()904 enum hv_isolation_type hv_get_isolation_type(void) in hv_get_isolation_type() function910 EXPORT_SYMBOL_GPL(hv_get_isolation_type);924 return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; in hv_is_isolation_supported()
307 enum hv_isolation_type hv_get_isolation_type(void);326 static inline enum hv_isolation_type hv_get_isolation_type(void) in hv_get_isolation_type() function