Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\virtext.h Create Date:2022-07-28 08:18:20
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Makes sure SVM is disabled, if it is supported on the CPU

Proto:static inline void cpu_emergency_svm_disable(void)

Type:void

Parameter:Nothing

123  If Check if the CPU has SVM support* You can use the 'msg' arg to get a message describing the problem,* if the function returns zero. Simply pass NULL if you are not interested* on the messages; gcc should take care of not generating code for Then Disable SVM on the current CPU* You should call this only if cpu_has_svm() returned true.
Caller
NameDescribe
native_machine_crash_shutdown