cpu_based_vm_exec_control  713 arch/x86/include/asm/hyperv-tlfs.h 	u32 cpu_based_vm_exec_control;
cpu_based_vm_exec_control  176 arch/x86/kvm/vmx/evmcs.c 	EVMCS1_FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control,
cpu_based_vm_exec_control 1446 arch/x86/kvm/vmx/nested.c 		vmcs12->cpu_based_vm_exec_control =
cpu_based_vm_exec_control 1447 arch/x86/kvm/vmx/nested.c 			evmcs->cpu_based_vm_exec_control;
cpu_based_vm_exec_control 1800 arch/x86/kvm/vmx/nested.c 	evmcs->cpu_based_vm_exec_control = vmcs12->cpu_based_vm_exec_control;
cpu_based_vm_exec_control 2075 arch/x86/kvm/vmx/nested.c 	exec_control |= vmcs12->cpu_based_vm_exec_control;
cpu_based_vm_exec_control 2509 arch/x86/kvm/vmx/nested.c 	    CC(!vmx_control_verify(vmcs12->cpu_based_vm_exec_control,
cpu_based_vm_exec_control 3110 arch/x86/kvm/vmx/nested.c 	if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING)
cpu_based_vm_exec_control 3174 arch/x86/kvm/vmx/nested.c 	if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING)
cpu_based_vm_exec_control 3287 arch/x86/kvm/vmx/nested.c 	    !(vmcs12->cpu_based_vm_exec_control & CPU_BASED_VIRTUAL_NMI_PENDING) &&
cpu_based_vm_exec_control 3288 arch/x86/kvm/vmx/nested.c 	    !((vmcs12->cpu_based_vm_exec_control & CPU_BASED_VIRTUAL_INTR_PENDING) &&
cpu_based_vm_exec_control 4087 arch/x86/kvm/vmx/nested.c 	if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING)
cpu_based_vm_exec_control 5266 arch/x86/kvm/vmx/nested.c 			if (vmcs12->cpu_based_vm_exec_control &
cpu_based_vm_exec_control 5271 arch/x86/kvm/vmx/nested.c 			if (vmcs12->cpu_based_vm_exec_control &
cpu_based_vm_exec_control  152 arch/x86/kvm/vmx/nested.h 	return vmcs12->cpu_based_vm_exec_control & bit;
cpu_based_vm_exec_control  157 arch/x86/kvm/vmx/nested.h 	return (vmcs12->cpu_based_vm_exec_control &
cpu_based_vm_exec_control   68 arch/x86/kvm/vmx/vmcs12.c 	FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
cpu_based_vm_exec_control  123 arch/x86/kvm/vmx/vmcs12.h 	u32 cpu_based_vm_exec_control;
cpu_based_vm_exec_control  305 arch/x86/kvm/vmx/vmcs12.h 	CHECK_OFFSET(cpu_based_vm_exec_control, 748);
cpu_based_vm_exec_control   49 arch/x86/kvm/vmx/vmcs_shadow_fields.h SHADOW_FIELD_RW(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control)
cpu_based_vm_exec_control 1684 arch/x86/kvm/vmx/vmx.c 	    (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING))
cpu_based_vm_exec_control 1702 arch/x86/kvm/vmx/vmx.c 	    (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETING))
cpu_based_vm_exec_control  185 tools/testing/selftests/kvm/include/evmcs.h 	u32 cpu_based_vm_exec_control;
cpu_based_vm_exec_control  459 tools/testing/selftests/kvm/include/evmcs.h 		*value = current_evmcs->cpu_based_vm_exec_control;
cpu_based_vm_exec_control  846 tools/testing/selftests/kvm/include/evmcs.h 		current_evmcs->cpu_based_vm_exec_control = value;