Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/hyperv/
H A Divm.c577 enum hv_isolation_type type = hv_get_isolation_type(); in hv_vtom_init()
619 enum hv_isolation_type hv_get_isolation_type(void) in hv_get_isolation_type() function
625 EXPORT_SYMBOL_GPL(hv_get_isolation_type);
639 return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; in hv_is_isolation_supported()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h281 enum hv_isolation_type hv_get_isolation_type(void);
294 static inline enum hv_isolation_type hv_get_isolation_type(void) in hv_get_isolation_type() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c499 if (hv_get_isolation_type() == HV_ISOLATION_TYPE_SNP) { in ms_hyperv_init_platform()
501 } else if (hv_get_isolation_type() == HV_ISOLATION_TYPE_TDX) { in ms_hyperv_init_platform()
578 if ((hv_get_isolation_type() == HV_ISOLATION_TYPE_VBS) || in ms_hyperv_init_platform()