Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dvmx_preemption_timer_test.c93 if (!(ctrl_pin_rev.clr & PIN_BASED_VMX_PREEMPTION_TIMER) || in l1_guest_code()
106 PIN_BASED_VMX_PREEMPTION_TIMER)); in l1_guest_code()
/Linux-v6.6/arch/x86/kvm/vmx/
Dcapabilities.h91 PIN_BASED_VMX_PREEMPTION_TIMER; in cpu_has_vmx_preemption_timer()
Dnested.h146 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_cpu_has_preemption_timer()
Dvmx.h513 PIN_BASED_VMX_PREEMPTION_TIMER)
Dnested.c1302 PIN_BASED_VMX_PREEMPTION_TIMER) && in vmx_restore_vmx_misc()
2253 ~PIN_BASED_VMX_PREEMPTION_TIMER); in prepare_vmcs02_early()
6778 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_vmx_setup_pinbased_ctls()
Dvmx.c2668 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
4385 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h71 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro
/Linux-v6.6/arch/x86/include/asm/
Dvmx.h90 #define PIN_BASED_VMX_PREEMPTION_TIMER VMCS_CONTROL_BIT(PREEMPTION_TIMER) macro