Searched refs:misc_enable (Results 1 – 1 of 1) sorted by relevance
192 static uint64_t misc_enable; variable272 misc_enable = rdmsr(MSR_IA32_MISC_ENABLE); in vmx_msr_init()281 misc_enable |= (1 << 12) | (1 << 11); in vmx_msr_init()282 misc_enable &= ~((1 << 18) | (1 << 16)); in vmx_msr_init()437 *val = misc_enable; in vmx_rdmsr()463 changed = val ^ misc_enable; in vmx_wrmsr()