函数逻辑报告 |
Source Code:arch\x86\kernel\apic\io_apic.c |
Create Date:2022-07-27 09:30:11 |
Last Modify:2020-03-16 21:24:45 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:io_apic_init_mappings
函数原型:void __init io_apic_init_mappings(void)
返回类型:void
参数:无
2664 | idx等于FIX_IO_APIC_BASE_0 |
2668 | ioapic_res等于ioapic_setup_resources() |
2670 | 如果Have we found an MP table 则 |
2671 | ioapic_phys等于mpc_ioapic_addr(i) |
2673 | 如果非ioapic_phys则 |
2674 | printk(r conditions "WARNING: bogus zero IO-APIC address found in MPTABLE, disabling IO/APIC support!\n") |
2678 | Have we found an MP table 等于0 |
2679 | skip_ioapic_setup等于1 |
2680 | 转到:fake_ioapic_page |
2683 | 否则 |
2685 | fake_ioapic_page : |
2687 | ioapic_phys等于memblock_alloc(PAGE_SIZE, PAGE_SIZE) |
2689 | 如果非ioapic_phys则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
2692 | ioapic_phys等于__pa(ioapic_phys) |
2698 | idx自加 |
2700 | start等于ioapic_phys |
2702 | ioapic_res自加 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |