Searched refs:VM_ENTRY_LOAD_DEBUG_CONTROLS (Results 1 – 4 of 4) sorted by relevance
97 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro
89 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro
2322 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) { in prepare_vmcs02()3056 if (!(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) in nested_vmx_enter_non_root_mode()3960 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) { in nested_vmx_restore_host_state()5855 msrs->entry_ctls_low &= ~VM_ENTRY_LOAD_DEBUG_CONTROLS; in nested_vmx_setup_ctls_msrs()
2461 min = VM_ENTRY_LOAD_DEBUG_CONTROLS; in setup_vmcs_config()