Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kernel/cpu/
Dmshyperv.c431 ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform()
440 ms_hyperv.isolation_config_a, ms_hyperv.isolation_config_b); in ms_hyperv_init_platform()
/linux-6.12.1/include/asm-generic/
Dmshyperv.h49 u32 isolation_config_b; member
/linux-6.12.1/arch/x86/hyperv/
Divm.c676 return FIELD_GET(HV_ISOLATION_TYPE, ms_hyperv.isolation_config_b); in hv_get_isolation_type()