Home
last modified time | relevance | path

Searched refs:cpu_has_vmx_tpr_shadow (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dcapabilities.h112 static inline bool cpu_has_vmx_tpr_shadow(void) in cpu_has_vmx_tpr_shadow() function
119 return cpu_has_vmx_tpr_shadow() && lapic_in_kernel(vcpu); in cpu_need_tpr_shadow()
274 return cpu_has_vmx_tpr_shadow() && in cpu_has_vmx_flexpriority()
H A Dvmx.c4581 if (cpu_has_vmx_tpr_shadow() && !init_event) { in vmx_vcpu_reset()
7980 if (!cpu_has_vmx_tpr_shadow()) in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dcapabilities.h114 static inline bool cpu_has_vmx_tpr_shadow(void) in cpu_has_vmx_tpr_shadow() function
121 return cpu_has_vmx_tpr_shadow() && lapic_in_kernel(vcpu); in cpu_need_tpr_shadow()
290 return cpu_has_vmx_tpr_shadow() && in cpu_has_vmx_flexpriority()
H A Dvmx.c4820 if (cpu_has_vmx_tpr_shadow()) { in init_vmcs()
8504 if (!cpu_has_vmx_tpr_shadow()) in hardware_setup()

Completed in 20 milliseconds