Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dhyperv_evmcs.h54 CPU_BASED_MOV_DR_EXITING | \
H A Dvmx.h529 CPU_BASED_MOV_DR_EXITING | \
H A Dvmx.c4495 exec_control &= ~CPU_BASED_MOV_DR_EXITING; in vmx_exec_control()
5595 exec_controls_clearbit(to_vmx(vcpu), CPU_BASED_MOV_DR_EXITING); in handle_dr()
5628 exec_controls_setbit(to_vmx(vcpu), CPU_BASED_MOV_DR_EXITING); in vmx_sync_dirty_debug_regs()
H A Dnested.c6390 return nested_cpu_has(vmcs12, CPU_BASED_MOV_DR_EXITING); in nested_vmx_l1_wants_exit()
6946 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING | in nested_vmx_setup_cpubased_ctls()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h33 #define CPU_BASED_MOV_DR_EXITING 0x00800000 macro
/linux/arch/x86/include/asm/
H A Dvmx.h42 #define CPU_BASED_MOV_DR_EXITING VMCS_CONTROL_BIT(MOV_DR_EXITING) macro