Lines Matching +full:can +full:- +full:disable
1 /* SPDX-License-Identifier: GPL-2.0-only */
29 return test_bit(5, &ecx); /* CPUID.1:ECX.VMX[bit 5] -> VT */ in cpu_has_vmx()
34 * cpu_vmxoff() - Disable VMX on the current CPU
36 * Disable VMX and clear CR4.VMXE (even if VMXOFF faults)
38 * Note, VMXOFF causes a #UD if the CPU is !post-VMXON, but it's impossible to
39 * atomically track post-VMXON state, e.g. this may be called in NMI context.
41 * faults are guaranteed to be due to the !post-VMXON check unless the CPU is
57 /** Disable VMX if it is enabled on the current CPU
67 /** Disable VMX if it is supported and enabled on the current CPU
84 * You can use the 'msg' arg to get a message describing the problem,
100 *msg = "can't execute cpuid_8000000a"; in cpu_has_svm()
113 /** Disable SVM on the current CPU