Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c156 static u64 __ro_after_init preemption_timer_max_value; variable
8343 preemption_timer_max_value = calc_preemption_timer_max_value(); in vmx_setup_preemption_timer()
8354 if (use_timer_freq > preemption_timer_max_value / 10) in vmx_setup_preemption_timer()
8396 if ((delta_tsc >> cpu_preemption_timer_multi) > preemption_timer_max_value) in vmx_set_hv_timer()
8430 vmcs_write32(VMX_PREEMPTION_TIMER_VALUE, preemption_timer_max_value); in vmx_update_hv_timer()