Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:27:14 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Detect and enable local APICs on non-SMP boards.* Original code written by Keir Fraser.* On AMD64 we trust the BIOS - if it says no APIC it is likely* not correctly set up (usually the APIC timer won't work etc.)
Proto:static int __init detect_init_APIC(void)
Type:int
Parameter:Nothing
1979 | If Not boot_cpu_has(Onboard APIC ) Then |
1980 | pr_info("No local APIC present\n") |
1981 | Return -1 |
1985 | Return 0 |
Name | Describe |
---|---|
init_apic_mappings | _apic_mappings - initialize APIC mappings |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |