Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/arch/x86/kvm/vmx/
Devmcs.h50 PIN_BASED_VMX_PREEMPTION_TIMER)
Dcapabilities.h91 PIN_BASED_VMX_PREEMPTION_TIMER; in cpu_has_vmx_preemption_timer()
Dnested.h145 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_cpu_has_preemption_timer()
Dvmx.h526 PIN_BASED_VMX_PREEMPTION_TIMER)
Dnested.c1279 PIN_BASED_VMX_PREEMPTION_TIMER) && in vmx_restore_vmx_misc()
2221 ~PIN_BASED_VMX_PREEMPTION_TIMER); in prepare_vmcs02_early()
6742 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_vmx_setup_ctls_msrs()
Dvmx.c2668 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
4272 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h71 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h88 #define PIN_BASED_VMX_PREEMPTION_TIMER VMCS_CONTROL_BIT(PREEMPTION_TIMER) macro