Function report |
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 activity | Download SCCT | Chinese |
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) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |