Home
last modified time | relevance | path

Searched refs:VM_EXIT_SAVE_DEBUG_CONTROLS (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h76 #define VM_EXIT_SAVE_DEBUG_CONTROLS 0x00000004 macro
/Linux-v6.6/arch/x86/include/asm/
Dvmx.h95 #define VM_EXIT_SAVE_DEBUG_CONTROLS 0x00000004 macro
/Linux-v6.6/arch/x86/kvm/vmx/
Dhyperv.c96 VM_EXIT_SAVE_DEBUG_CONTROLS | \
Dvmx.h486 (VM_EXIT_SAVE_DEBUG_CONTROLS | \
Dnested.c4391 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_DEBUG_CONTROLS) in sync_vmcs02_to_vmcs12()
6801 msrs->exit_ctls_low &= ~VM_EXIT_SAVE_DEBUG_CONTROLS; in nested_vmx_setup_exit_ctls()
Dvmx.c2237 VM_EXIT_SAVE_DEBUG_CONTROLS) in vmx_set_msr()