Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kvmclock.c Create Date:2022-07-28 08:45:10
Last Modify:2020-03-18 12:41:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kvm_check_and_clear_guest_paused

Proto:bool kvm_check_and_clear_guest_paused(void)

Type:bool

Parameter:Nothing

148  src = this_cpu_hvclock()
149  bool ret = false
151  If Not src Then Return ret
154  If (flags & PVCLOCK_GUEST_STOPPED) != 0 Then
155  flags &= ~PVCLOCK_GUEST_STOPPED
156  pvclock_touch_watchdogs()
157  ret = true
159  Return ret