函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\process.c Create Date:2022-07-27 08:48:48
Last Modify:2020-03-16 17:03:44 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:stop_this_cpu

函数原型:void stop_this_cpu(void *dummy)

返回类型:void

参数:

类型参数名称
void *dummy
719  禁止中断()
723  set_cpu_online(当前cpu ID(), false)
724  disable_local_APIC()
725  mcheck_cpu_clear(this_cpu_ptr( & cpu_info))
736  如果boot_cpu_has(AMD Secure Memory Encryption )则native_wbinvd()
738  循环
744  native_halt()
调用者
名称描述
native_machine_halt
smp_stop_nmi_callback
smp_reboot_interrupthis function calls the 'stop' function on all other CPUs in the system.