Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c294 u32 cpu_based_vm_exec_control; member
681 FIELD(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control),
1123 return vmcs12->cpu_based_vm_exec_control & bit; in nested_cpu_has()
1128 return (vmcs12->cpu_based_vm_exec_control & in nested_cpu_has2()
4846 u32 cpu_based_vm_exec_control; in enable_irq_window() local
4848 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_irq_window()
4849 cpu_based_vm_exec_control |= CPU_BASED_VIRTUAL_INTR_PENDING; in enable_irq_window()
4850 vmcs_write32(CPU_BASED_VM_EXEC_CONTROL, cpu_based_vm_exec_control); in enable_irq_window()
4855 u32 cpu_based_vm_exec_control; in enable_nmi_window() local
4863 cpu_based_vm_exec_control = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in enable_nmi_window()
[all …]
/linux-4.1.27/Documentation/virtual/kvm/
Dnested-vmx.txt165 u32 cpu_based_vm_exec_control;