函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:apic_soft_disable - Clears and software disables the local APIC on hotplug* Contrary to disable_local_APIC() this does not touch the enable bit in* MSR_IA32_APICBASE

函数原型:void apic_soft_disable(void)

返回类型:void

参数:

1250  lear_local_APIC - shutdown the local APIC* This is called, when a CPU is disabled and before rebooting, so the state of* the local APIC has no dangling leftovers. Also used to cleanout any BIOS* leftovers during boot.
1253  value等于apic_read(APIC_SPIV)
1254  value与等于APIC_SPIV_APIC_ENABLED的反
1255  apic_write(APIC_SPIV, value)
调用者
名称描述
disable_local_APICdisable_local_APIC - clear and disable the local APIC