Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c579 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()
/linux/arch/x86/hyperv/
H A Divm.c859 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() function
910 EXPORT_SYMBOL_GPL(hv_get_isolation_type);
924 return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; in hv_is_isolation_supported()
/linux/include/asm-generic/
H A Dmshyperv.h307 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