Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c92 if (!(ctrl_pin_rev.clr & PIN_BASED_VMX_PREEMPTION_TIMER) || in l1_guest_code()
105 PIN_BASED_VMX_PREEMPTION_TIMER)); in l1_guest_code()
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h89 PIN_BASED_VMX_PREEMPTION_TIMER; in cpu_has_vmx_preemption_timer()
H A Dnested.h153 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_cpu_has_preemption_timer()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h71 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro
/linux/arch/x86/include/asm/
H A Dvmx.h92 #define PIN_BASED_VMX_PREEMPTION_TIMER VMCS_CONTROL_BIT(PREEMPTION_TIMER) macro