Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:default_setup_apic_routing

Proto:void __init default_setup_apic_routing(void)

Type:void

Parameter:Nothing

141  version = boot_cpu_apic_version
143  If num_possible_cpus() > 8 Then
146  If Not APIC_XAPIC(version) Then
147  def_to_bigsmp = 0
148  Break
152  Case x86_vendor == X86_VENDOR_HYGON
153  Case x86_vendor == X86_VENDOR_AMD
154  def_to_bigsmp = 1
170  If setup_apic_routing Then setup_apic_routing()
173  If apic_post_init Then apic_post_init()
Caller
NameDescribe
apic_intr_mode_initInit the interrupt delivery mode for the BSP