Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\crash.c Create Date:2022-07-28 08:37:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cpu_crash_vmclear_loaded_vmcss

Proto:static inline void cpu_crash_vmclear_loaded_vmcss(void)

Type:void

Parameter:Nothing

64  crash_vmclear_fn * do_vmclear_operation = NULL
66  _read_lock() - mark the beginning of an RCU read-side critical section* When synchronize_rcu() is invoked on one CPU while other CPUs* are within RCU read-side critical sections, then the* synchronize_rcu() is guaranteed to block until after all the other
67  do_vmclear_operation = fetch RCU-protected pointer for dereferencing(This is used to VMCLEAR all VMCSs loaded on the* processor. And when loading kvm_intel module, the* callback function pointer will be assigned.* protected by rcu.)
68  If do_vmclear_operation Then do_vmclear_operation()
70  _read_unlock() - marks the end of an RCU read-side critical section.* In most situations, rcu_read_unlock() is immune from deadlock.* However, in kernels built with CONFIG_RCU_BOOST, rcu_read_unlock()
Caller
NameDescribe
native_machine_crash_shutdown