Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c480 ms_hyperv.isolation_config_b = cpuid_ebx(HYPERV_CPUID_ISOLATION_CONFIG); in ms_hyperv_init_platform()
489 ms_hyperv.isolation_config_a, ms_hyperv.isolation_config_b); in ms_hyperv_init_platform()
/linux-6.15/include/asm-generic/
H A Dmshyperv.h54 u32 isolation_config_b; member
/linux-6.15/arch/x86/hyperv/
H A Divm.c674 return FIELD_GET(HV_ISOLATION_TYPE, ms_hyperv.isolation_config_b); in hv_get_isolation_type()