Searched refs:CPU_BASED_VM_EXEC_CONTROL (Results 1 – 2 of 2) sorted by relevance
202 CPU_BASED_VM_EXEC_CONTROL = 0x00004002, enumerator
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()[all …]