Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\acpi\boot.c Create Date:2022-07-28 08:16:27
Last Modify:2020-03-16 21:18:54 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:acpi_boot_table_init() and acpi_boot_init()* called from setup_arch(), always

Proto:void __init acpi_boot_table_init(void)

Type:void

Parameter:Nothing

1548  dmi_check_system(If your system is blacklisted here, but you find that acpi=force* works for you, please contact linux-acpi@vger.kernel.org)
1553  If acpi_disabled Then Return
1559  If acpi_table_init() Then
1560  disable_acpi()
1561  Return
1564  acpi_table_parse(Simple Boot Flag Table , acpi_parse_sbf)
1569  If acpi_blacklisted() Then
1570  If acpi_force Then
1571  printk(warning conditions PREFIX"acpi=force override\n")
1572  Else
1573  printk(warning conditions PREFIX"Disabling ACPI support\n")
1574  disable_acpi()
1575  Return
Caller
NameDescribe
setup_archsetup_arch - architecture-specific boot-time initializations* Note: On x86_64, fixmaps are ready for use even before this is called.