Searched refs:nested_cpu_has_preemption_timer (Results 1 – 2 of 2) sorted by relevance
143 static inline bool nested_cpu_has_preemption_timer(struct vmcs12 *vmcs12) in nested_cpu_has_preemption_timer() function
2763 if (!nested_cpu_has_preemption_timer(vmcs12) && in nested_check_vm_execution_controls()3505 if (nested_cpu_has_preemption_timer(vmcs12)) { in nested_vmx_enter_non_root_mode()3951 return nested_cpu_has_preemption_timer(get_vmcs12(vcpu)) && in nested_vmx_preemption_timer_pending()4348 if (nested_cpu_has_preemption_timer(vmcs12) && in sync_vmcs02_to_vmcs12()4748 if (nested_cpu_has_preemption_timer(vmcs12)) in nested_vmx_vmexit()6452 if (nested_cpu_has_preemption_timer(vmcs12) && in vmx_get_nested_state()
Completed in 13 milliseconds