Lines Matching refs:CPU_BASED_VM_EXEC_CONTROL

673 	CPU_BASED_VM_EXEC_CONTROL,
736 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
3687 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, in ept_update_paging_mode_cr0()
3688 vmcs_read32(CPU_BASED_VM_EXEC_CONTROL) | in ept_update_paging_mode_cr0()
3695 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, in ept_update_paging_mode_cr0()
3696 vmcs_read32(CPU_BASED_VM_EXEC_CONTROL) & in ept_update_paging_mode_cr0()
4792 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, vmx_exec_control(vmx)); in vmx_vcpu_setup()
4997 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_irq_window()
4999 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in enable_irq_window()
5012 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_nmi_window()
5014 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in enable_nmi_window()
5574 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in handle_dr()
5576 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in handle_dr()
5624 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in vmx_sync_dirty_debug_regs()
5626 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in vmx_sync_dirty_debug_regs()
5694 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in handle_interrupt_window()
5696 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in handle_interrupt_window()
5962 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in handle_nmi_window()
5964 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in handle_nmi_window()
5980 cpu_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in handle_invalid_guest_state()
7935 u32 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in dump_vmcs()
9679 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, exec_control); in prepare_vmcs02()