Searched refs:PIN_BASED_VMX_PREEMPTION_TIMER (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c93 if (!(ctrl_pin_rev.clr & PIN_BASED_VMX_PREEMPTION_TIMER) ||
106 PIN_BASED_VMX_PREEMPTION_TIMER));
/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h91 PIN_BASED_VMX_PREEMPTION_TIMER;
H A Dnested.h147 PIN_BASED_VMX_PREEMPTION_TIMER;
H A Dvmx.h518 PIN_BASED_VMX_PREEMPTION_TIMER)
H A Dnested.c1327 PIN_BASED_VMX_PREEMPTION_TIMER) &&
2290 ~PIN_BASED_VMX_PREEMPTION_TIMER);
6820 PIN_BASED_VMX_PREEMPTION_TIMER;
H A Dvmx.c2666 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER;
4383 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER;
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h71 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro
/linux-master/arch/x86/include/asm/
H A Dvmx.h91 #define PIN_BASED_VMX_PREEMPTION_TIMER VMCS_CONTROL_BIT(PREEMPTION_TIMER) macro

Completed in 628 milliseconds