Searched refs:CPU_BASED_MOV_DR_EXITING (Results 1 – 5 of 5) sorted by relevance
31 #define CPU_BASED_MOV_DR_EXITING 0x00800000 macro
42 #define CPU_BASED_MOV_DR_EXITING VMCS_CONTROL_BIT(MOV_DR_EXITING) macro
528 CPU_BASED_MOV_DR_EXITING | \
4582 exec_control &= ~CPU_BASED_MOV_DR_EXITING; in vmx_exec_control()5698 exec_controls_clearbit(to_vmx(vcpu), CPU_BASED_MOV_DR_EXITING); in handle_dr()5731 exec_controls_setbit(to_vmx(vcpu), CPU_BASED_MOV_DR_EXITING); in vmx_sync_dirty_debug_regs()
6618 return nested_cpu_has(vmcs12, CPU_BASED_MOV_DR_EXITING); in nested_vmx_l1_wants_exit()7196 CPU_BASED_MOV_DR_EXITING | CPU_BASED_UNCOND_IO_EXITING | in nested_vmx_setup_cpubased_ctls()