Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/hyperv/
H A Dmshyperv.c47 ms_hyperv.priv_high = result.as32.b; in hyperv_init()
54 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints, in hyperv_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c422 ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
429 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints, in ms_hyperv_init_platform()
452 if ((ms_hyperv.priv_high & HV_CPU_MANAGEMENT) && in ms_hyperv_init_platform()
453 !(ms_hyperv.priv_high & HV_ISOLATION)) { in ms_hyperv_init_platform()
485 if (ms_hyperv.priv_high & HV_ISOLATION) { in ms_hyperv_init_platform()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h33 u32 priv_high; member
/openbmc/linux/drivers/hv/
H A Dhv_common.c460 if (!(ms_hyperv.priv_high & HV_ENABLE_EXTENDED_HYPERCALLS)) in hv_query_ext_cap()
/openbmc/linux/arch/x86/hyperv/
H A Divm.c621 if (!(ms_hyperv.priv_high & HV_ISOLATION)) in hv_get_isolation_type()