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:Disable SVM on the current CPU* You should call this only if cpu_has_svm() returned true.

Proto:static inline void cpu_svm_disable(void)

Type:void

Parameter:Nothing

114  wrmsrl(MSR_VM_HSAVE_PA, 0)
115  rdmsrl(xtended feature register , efer)
116  wrmsrl(xtended feature register , efer & ~EFER_SVME)