Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h49 #define CPU_BASED_USE_MSR_BITMAPS 0x10000000 macro
/arch/x86/kvm/
Dvmx.c721 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS; in cpu_has_vmx_msr_bitmap()
1958 nested_vmx_procbased_ctls_high |= CPU_BASED_USE_MSR_BITMAPS; in nested_vmx_setup_ctls_msrs()
2415 CPU_BASED_USE_MSR_BITMAPS | in setup_vmcs_config()
5619 if (!nested_cpu_has(get_vmcs12(vcpu), CPU_BASED_USE_MSR_BITMAPS)) in nested_vmx_exit_handled_msr()
6612 exec_control &= ~CPU_BASED_USE_MSR_BITMAPS;
6722 if ((vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_MSR_BITMAPS) &&