Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/hyperv/
H A Dmshyperv.c55 ms_hyperv.priv_high = result.as32.b; in hyperv_init()
62 ms_hyperv.features, ms_hyperv.priv_high, ms_hyperv.hints, in hyperv_init()
78 if (ms_hyperv.priv_high & HV_ACCESS_PARTITION_ID) in hyperv_init()
/linux-6.15/drivers/hv/
H A Dhv_common.c598 if (!(ms_hyperv.priv_high & HV_ENABLE_EXTENDED_HYPERCALLS)) in hv_query_ext_cap()
739 if ((ms_hyperv.priv_high & HV_CREATE_PARTITIONS) && in hv_identify_partition_type()
740 (ms_hyperv.priv_high & HV_CPU_MANAGEMENT) && in hv_identify_partition_type()
741 !(ms_hyperv.priv_high & HV_ISOLATION)) { in hv_identify_partition_type()
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c446 ms_hyperv.priv_high = cpuid_ebx(HYPERV_CPUID_FEATURES); in ms_hyperv_init_platform()
454 ms_hyperv.features, ms_hyperv.priv_high, in ms_hyperv_init_platform()
478 if (ms_hyperv.priv_high & HV_ISOLATION) { in ms_hyperv_init_platform()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h38 u32 priv_high; member
/linux-6.15/arch/x86/hyperv/
H A Dhv_init.c587 if (ms_hyperv.priv_high & HV_ACCESS_PARTITION_ID) in hyperv_init()
H A Divm.c672 if (!(ms_hyperv.priv_high & HV_ISOLATION)) in hv_get_isolation_type()