Home
last modified time | relevance | path

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

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