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:28
Last Modify:2020-03-16 21:18:54 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:acpi_boot_init

Proto:int __init acpi_boot_init(void)

Type:int

Parameter:Nothing

1604  dmi_check_system(second table for DMI checks that should run after early-quirks )
1609  If acpi_disabled Then Return 1
1612  acpi_table_parse(Simple Boot Flag Table , acpi_parse_sbf)
1617  acpi_table_parse(Fixed ACPI Description Table , acpi_parse_fadt)
1622  acpi_process_madt()
1624  acpi_table_parse(High Precision Event Timer table , acpi_parse_hpet)
1625  If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_ACPI_BGRT) Then acpi_table_parse(Boot Graphics Resource Table , acpi_parse_bgrt)
1628  If Not skip ACPI IRQ initialization Then init = pci_acpi_init
1632  acpi_parse_spcr(earlycon_acpi_spcr_enable, false)
1633  Return 0
Caller
NameDescribe
setup_archsetup_arch - architecture-specific boot-time initializations* Note: On x86_64, fixmaps are ready for use even before this is called.