Home
last modified time | relevance | path

Searched refs:CPU_BASED_MOV_DR_EXITING (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dvmx.h47 #define CPU_BASED_MOV_DR_EXITING 0x00800000 macro
/linux-4.1.27/arch/x86/kvm/
Dvmx.c2463 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING | in nested_vmx_setup_ctls_msrs()
3010 CPU_BASED_MOV_DR_EXITING | in setup_vmcs_config()
4553 exec_control &= ~CPU_BASED_MOV_DR_EXITING; in vmx_exec_control()
5431 cpu_based_vm_exec_control &= ~CPU_BASED_MOV_DR_EXITING; in handle_dr()
5481 cpu_based_vm_exec_control |= CPU_BASED_MOV_DR_EXITING; in vmx_sync_dirty_debug_regs()
7569 return nested_cpu_has(vmcs12, CPU_BASED_MOV_DR_EXITING); in nested_vmx_exit_handled()