Home
last modified time | relevance | path

Searched refs:priv_high (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/hv/
H A Dhv_common.c592 if (!(ms_hyperv.priv_high & HV_ENABLE_EXTENDED_HYPERCALLS)) in hv_query_ext_cap()
754 if ((ms_hyperv.priv_high & HV_CREATE_PARTITIONS) && in hv_identify_partition_type()
755 !(ms_hyperv.priv_high & HV_ISOLATION)) { in hv_identify_partition_type()
759 } else if (ms_hyperv.priv_high & HV_CPU_MANAGEMENT) { in hv_identify_partition_type()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c516 ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
524 ms_hyperv.features, ms_hyperv.priv_high, in ms_hyperv_init_platform()
567 if (ms_hyperv.priv_high & HV_ISOLATION) { in ms_hyperv_init_platform()
/linux/include/asm-generic/
H A Dmshyperv.h39 u32 priv_high; member
/linux/arch/x86/hyperv/
H A Dhv_init.c587 if (ms_hyperv.priv_high & HV_ACCESS_PARTITION_ID) in hyperv_init()
H A Divm.c906 if (!(ms_hyperv.priv_high & HV_ISOLATION)) in hv_get_isolation_type()