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:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This function can switch the APIC even after the initial ->probe()

Proto:int __init default_acpi_madt_oem_check(char *oem_id, char *oem_table_id)

Type:int

Parameter:

TypeParameterName
char *oem_id
char *oem_table_id
200  When drv < __apicdrivers_end cycle
201  If Not acpi_madt_oem_check Then Continue
203  If Not acpi_madt_oem_check(oem_id, oem_table_id) Then Continue
206  If Not cmdline_apic Then
207  apic = * drv
208  printk(formational "Switched to APIC driver `%s'.\n", name)
211  Return 1
213  Return 0