cpu_based_exec_ctrl   56 arch/x86/kvm/vmx/capabilities.h 	u32 cpu_based_exec_ctrl;
cpu_based_exec_ctrl  112 arch/x86/kvm/vmx/capabilities.h 	return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW;
cpu_based_exec_ctrl  122 arch/x86/kvm/vmx/capabilities.h 	return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS;
cpu_based_exec_ctrl  127 arch/x86/kvm/vmx/capabilities.h 	return vmcs_config.cpu_based_exec_ctrl &
cpu_based_exec_ctrl 2491 arch/x86/kvm/vmx/vmx.c 	vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control;
cpu_based_exec_ctrl 3963 arch/x86/kvm/vmx/vmx.c 	u32 exec_control = vmcs_config.cpu_based_exec_ctrl;
cpu_based_exec_ctrl 5684 arch/x86/kvm/vmx/vmx.c 	u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control;
cpu_based_exec_ctrl 5696 arch/x86/kvm/vmx/vmx.c 	cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL);
cpu_based_exec_ctrl 5787 arch/x86/kvm/vmx/vmx.c 	       pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control);
cpu_based_exec_ctrl 5810 arch/x86/kvm/vmx/vmx.c 	if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) {