Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Devmcs.h51 PIN_BASED_VMX_PREEMPTION_TIMER)
Dcapabilities.h83 PIN_BASED_VMX_PREEMPTION_TIMER; in cpu_has_vmx_preemption_timer()
Dnested.h165 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_cpu_has_preemption_timer()
Dnested.c1155 PIN_BASED_VMX_PREEMPTION_TIMER) && in vmx_restore_vmx_misc()
2062 ~PIN_BASED_VMX_PREEMPTION_TIMER); in prepare_vmcs02_early()
5843 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_vmx_setup_ctls_msrs()
Dvmx.c2526 PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
2532 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
4039 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
/arch/x86/include/asm/
Dvmx.h77 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro