Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h110 VM_ENTRY_LOAD_DEBUG_CONTROLS | \
H A Dvmx.h474 (VM_ENTRY_LOAD_DEBUG_CONTROLS)
H A Dnested.c2654 (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) { in prepare_vmcs02()
3148 if ((vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) && in nested_vmx_check_guest_state()
3522 !(vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS)) in nested_vmx_enter_non_root_mode()
4833 if (vmcs12->vm_entry_controls & VM_ENTRY_LOAD_DEBUG_CONTROLS) { in nested_vmx_restore_host_state()
7042 msrs->entry_ctls_low &= ~VM_ENTRY_LOAD_DEBUG_CONTROLS; in nested_vmx_setup_entry_ctls()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h86 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro
/linux-6.15/arch/x86/include/asm/
H A Dvmx.h112 #define VM_ENTRY_LOAD_DEBUG_CONTROLS 0x00000004 macro