Searched refs:cpu_based_vm_exec_control (Results 1 – 9 of 9) sorted by relevance
49 SHADOW_FIELD_RW(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control)
158 return vmcs12->cpu_based_vm_exec_control & bit; in nested_cpu_has()163 return (vmcs12->cpu_based_vm_exec_control & in nested_cpu_has2()
122 u32 cpu_based_vm_exec_control; member298 CHECK_OFFSET(cpu_based_vm_exec_control, 748); in vmx_check_vmcs12_offsets()
70 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
1702 vmcs12->cpu_based_vm_exec_control = in copy_enlightened_to_vmcs12()1703 evmcs->cpu_based_vm_exec_control; in copy_enlightened_to_vmcs12()2079 evmcs->cpu_based_vm_exec_control = vmcs12->cpu_based_vm_exec_control; in copy_vmcs12_to_enlightened()2389 exec_control |= vmcs12->cpu_based_vm_exec_control; in prepare_vmcs02_early()2863 CC(!vmx_control_verify(vmcs12->cpu_based_vm_exec_control, in nested_check_vm_execution_controls()3655 if (vmcs12->cpu_based_vm_exec_control & CPU_BASED_USE_TSC_OFFSETTING) in nested_vmx_enter_non_root_mode()6294 if (vmcs12->cpu_based_vm_exec_control & in nested_vmx_exit_handled_cr()6299 if (vmcs12->cpu_based_vm_exec_control & in nested_vmx_exit_handled_cr()
3341 tmp |= get_vmcs12(vcpu)->cpu_based_vm_exec_control & CR3_EXITING_BITS; in vmx_set_cr0()
190 u32 cpu_based_vm_exec_control; member
178 u32 cpu_based_vm_exec_control; member478 *value = current_evmcs->cpu_based_vm_exec_control; in evmcs_vmread()943 current_evmcs->cpu_based_vm_exec_control = value; in evmcs_vmwrite()
158 u32 cpu_based_vm_exec_control;