Home
last modified time | relevance | path

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

/hypervisor/include/arch/x86/asm/
A Dcpu_caps.h66 #define CORE_CAP_UC_LOCK (1U << 4U) /* support #GP for non-guaranteed-atomic-locked acce… macro
/hypervisor/arch/x86/
A Dcpu.c131 if (has_core_cap(CORE_CAP_UC_LOCK)) { in enable_gp_for_uclock()
A Dcpu_caps.c202 if (has_core_cap(CORE_CAP_UC_LOCK) && ((msr_read(MSR_TEST_CTL) & MSR_TEST_CTL_GP_UCLOCK) != 0UL)) { in is_gp_enabled()
/hypervisor/arch/x86/guest/
A Dvmsr.c825 if (has_core_cap(CORE_CAP_SPLIT_LOCK) || has_core_cap(CORE_CAP_UC_LOCK)) { in rdmsr_vmexit_handler()
1323 if (has_core_cap(CORE_CAP_SPLIT_LOCK) || has_core_cap(CORE_CAP_UC_LOCK)) { in wrmsr_vmexit_handler()

Completed in 10 milliseconds