Home
last modified time | relevance | path

Searched refs:isolation_config_b (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c569 ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform()
576 ms_hyperv.isolation_config_a, ms_hyperv.isolation_config_b); in ms_hyperv_init_platform()
/linux/include/asm-generic/
H A Dmshyperv.h55 u32 isolation_config_b; member
/linux/arch/x86/hyperv/
H A Divm.c908 return FIELD_GET(HV_ISOLATION_TYPE, ms_hyperv.isolation_config_b); in hv_get_isolation_type()