Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dcpu.c116 uint64_t test_ctl; in enable_ac_for_splitlock() local
119 test_ctl = msr_read(MSR_TEST_CTL); in enable_ac_for_splitlock()
120 test_ctl |= MSR_TEST_CTL_AC_SPLITLOCK; in enable_ac_for_splitlock()
121 msr_write(MSR_TEST_CTL, test_ctl); in enable_ac_for_splitlock()
129 uint64_t test_ctl; in enable_gp_for_uclock() local
132 test_ctl = msr_read(MSR_TEST_CTL); in enable_gp_for_uclock()
133 test_ctl |= MSR_TEST_CTL_GP_UCLOCK; in enable_gp_for_uclock()
134 msr_write(MSR_TEST_CTL, test_ctl); in enable_gp_for_uclock()

Completed in 3 milliseconds