Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h99 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro
/linux-4.4.14/arch/x86/kvm/
Dvmx.c2570 ~VM_ENTRY_LOAD_DEBUG_CONTROLS; in nested_vmx_setup_ctls_msrs()
3229 min = VM_ENTRY_LOAD_DEBUG_CONTROLS; in setup_vmcs_config()
9510 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) { in prepare_vmcs02()
9949 if (!(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) in nested_vmx_run()