函数逻辑报告 |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-27 09:26:56 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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.)
函数原型:static int __init detect_init_APIC(void)
返回类型:int
参数:无
1979 | 如果非boot_cpu_has(Onboard APIC )则 |
1980 | 打印信息("No local APIC present\n") |
1981 | 返回:负1 |
1985 | 返回:0 |
名称 | 描述 |
---|---|
init_apic_mappings | _apic_mappings - initialize APIC mappings |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |