Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c488 ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform()
497 ms_hyperv.isolation_config_a, ms_hyperv.isolation_config_b); in ms_hyperv_init_platform()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h48 u32 isolation_config_b; member
/openbmc/linux/arch/x86/hyperv/
H A Divm.c623 return FIELD_GET(HV_ISOLATION_TYPE, ms_hyperv.isolation_config_b); in hv_get_isolation_type()