函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kvm.c Create Date:2022-07-27 09:43:51
Last Modify:2020-03-16 21:33:46 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:kvm_disable_steal_time

函数原型:void kvm_disable_steal_time(void)

返回类型:void

参数:

399  如果非has_steal_clock则返回
402  wrmsr(MSR_KVM_STEAL_TIME, 0, 0)
调用者
名称描述
kvm_pv_guest_cpu_reboot
kvm_crash_shutdownAfter the clock is registered, the host will keep writing to the* registered memory location. If the guest happens to shutdown, this memory* won't be valid. In cases like kexec, in which you install a new kernel, this
kvm_shutdown