Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/hyperv/
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()
/linux-5.19.10/arch/x86/kernel/cpu/
Dmshyperv.c272 ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
279 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints, in ms_hyperv_init_platform()
325 if (ms_hyperv.priv_high & HV_ISOLATION) { in ms_hyperv_init_platform()
/linux-5.19.10/drivers/hv/
Dhv_common.c196 if (!(ms_hyperv.priv_high & HV_ENABLE_EXTENDED_HYPERCALLS)) in hv_query_ext_cap()
/linux-5.19.10/include/asm-generic/
Dmshyperv.h31 u32 priv_high; member
/linux-5.19.10/arch/x86/hyperv/
Divm.c240 if (!(ms_hyperv.priv_high & HV_ISOLATION)) in hv_get_isolation_type()