Searched refs:CORE_CAP_SPLIT_LOCK (Results 1 – 4 of 4) sorted by relevance
65 #define CORE_CAP_SPLIT_LOCK (1U << 5U) /* support #AC for Split-locked Access */ macro
118 if (has_core_cap(CORE_CAP_SPLIT_LOCK)) { in enable_ac_for_splitlock()
191 …if (has_core_cap(CORE_CAP_SPLIT_LOCK) && ((msr_read(MSR_TEST_CTL) & MSR_TEST_CTL_AC_SPLITLOCK) != … in is_ac_enabled()
825 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