Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c94 if (!(ctrl_pin_rev.clr & PIN_BASED_VMX_PREEMPTION_TIMER) || in l1_guest_code()
107 PIN_BASED_VMX_PREEMPTION_TIMER)); in l1_guest_code()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Devmcs.h52 PIN_BASED_VMX_PREEMPTION_TIMER)
H A Dcapabilities.h85 PIN_BASED_VMX_PREEMPTION_TIMER; in cpu_has_vmx_preemption_timer()
H A Dnested.h151 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_cpu_has_preemption_timer()
H A Dnested.c1339 PIN_BASED_VMX_PREEMPTION_TIMER) && in vmx_restore_vmx_misc()
2249 ~PIN_BASED_VMX_PREEMPTION_TIMER); in prepare_vmcs02_early()
6415 PIN_BASED_VMX_PREEMPTION_TIMER; in nested_vmx_setup_ctls_msrs()
H A Dvmx.c2582 PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
2588 _pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in setup_vmcs_config()
4193 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h72 #define PIN_BASED_VMX_PREEMPTION_TIMER 0x00000040 macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h80 #define PIN_BASED_VMX_PREEMPTION_TIMER VMCS_CONTROL_BIT(PREEMPTION_TIMER) macro