Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dvirtext.h26 static inline int cpu_has_vmx(void) in cpu_has_vmx() function
64 if (cpu_has_vmx()) in cpu_emergency_vmxoff()
/Linux-v5.4/arch/x86/kernel/
Dreboot.c551 if (cpu_has_vmx() && cpu_vmx_enabled()) { in emergency_vmx_disable_all()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c2198 return cpu_has_vmx(); in cpu_has_kvm_support()