Home
last modified time | relevance | path

Searched refs:MSR_TEST_CTL_AC_SPLITLOCK (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/guest/
A Dlock_instr_emul.c21 if ((vcpu_get_guest_msr(vcpu, MSR_TEST_CTL) & MSR_TEST_CTL_AC_SPLITLOCK) != 0UL) { in is_guest_ac_enabled()
/hypervisor/arch/x86/
A Dcpu.c120 test_ctl |= MSR_TEST_CTL_AC_SPLITLOCK; in enable_ac_for_splitlock()
A Dcpu_caps.c191 …if (has_core_cap(CORE_CAP_SPLIT_LOCK) && ((msr_read(MSR_TEST_CTL) & MSR_TEST_CTL_AC_SPLITLOCK) != … in is_ac_enabled()
/hypervisor/include/arch/x86/asm/
A Dmsr.h606 #define MSR_TEST_CTL_AC_SPLITLOCK (1UL << 29U) macro

Completed in 9 milliseconds