Home
last modified time | relevance | path

Searched refs:cpu_based_vm_exec_control (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/arch/x86/kvm/
Dvmx.c248 u32 cpu_based_vm_exec_control; member
484 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
863 return vmcs12->cpu_based_vm_exec_control & bit; in nested_cpu_has()
868 return (vmcs12->cpu_based_vm_exec_control & in nested_cpu_has2()
3947 u32 cpu_based_vm_exec_control; in enable_irq_window() local
3958 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_irq_window()
3959 cpu_based_vm_exec_control |= CPU_BASED_VIRTUAL_INTR_PENDING; in enable_irq_window()
3960 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in enable_irq_window()
3965 u32 cpu_based_vm_exec_control; in enable_nmi_window() local
3976 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_nmi_window()
[all …]
/linux-3.3/Documentation/virtual/kvm/
Dnested-vmx.txt165 u32 cpu_based_vm_exec_control;