Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dhyperv.h113 VM_ENTRY_LOAD_DEBUG_CONTROLS | \
Dvmx.h469 (VM_ENTRY_LOAD_DEBUG_CONTROLS)
Dnested.c2551 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) { in prepare_vmcs02()
3033 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) && in nested_vmx_check_guest_state()
3419 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) in nested_vmx_enter_non_root_mode()
4656 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) { in nested_vmx_restore_host_state()
6854 msrs->entry_ctls_low &= ~VM_ENTRY_LOAD_DEBUG_CONTROLS; in nested_vmx_setup_entry_ctls()
/arch/x86/include/asm/
Dvmx.h110 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro