Home
last modified time | relevance | path

Searched refs:HV_ISOLATION (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c454 !(ms_hyperv.priv_high & HV_ISOLATION)) { in ms_hyperv_init_platform()
486 if (ms_hyperv.priv_high & HV_ISOLATION) { in ms_hyperv_init_platform()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h142 #define HV_ISOLATION \ macro
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h93 #define HV_ISOLATION BIT(22) macro
/openbmc/linux/arch/x86/hyperv/
H A Divm.c621 if (!(ms_hyperv.priv_high & HV_ISOLATION)) in hv_get_isolation_type()