Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dvmx.h74 #define VM_EXIT_SAVE_DEBUG_CONTROLS 0x00000004 macro
/linux/arch/x86/include/asm/
H A Dvmx.h97 #define VM_EXIT_SAVE_DEBUG_CONTROLS 0x00000004 macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.h490 (VM_EXIT_SAVE_DEBUG_CONTROLS | \
H A Dnested.c4625 if (vmcs12->vm_exit_controls & VM_EXIT_SAVE_DEBUG_CONTROLS) in sync_vmcs02_to_vmcs12()
7040 msrs->exit_ctls_low &= ~VM_EXIT_SAVE_DEBUG_CONTROLS; in nested_vmx_setup_exit_ctls()
H A Dvmx.c2228 VM_EXIT_SAVE_DEBUG_CONTROLS) in vmx_set_msr()