Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:print_ICs

Proto:static int __init print_ICs(void)

Type:int

Parameter:Nothing

1240  If Debug level, exported for io_apic.c == Debugging macros Then Return 0
1243  print_PIC()
1246  If Not boot_cpu_has(Onboard APIC ) && Not apic_from_smp_config() Then Return 0
1249  print_local_APICs(show_lapic)
1250  print_IO_APICs()
1252  Return 0