函数逻辑报告 |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-27 08:43:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Because of the small fixed size of struct boot_params, only the first* 128 E820 memory entries are passed to the kernel via boot_params.e820_table,* the remaining (if any) entries are passed via the SETUP_E820_EXT node of
函数原型:void __init e820__memory_setup_extended(u64 phys_addr, unsigned int data_len)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | phys_addr | |
unsigned int | data_len |
716 | sdata等于early_memremap(phys_addr, data_len) |
720 | __append_e820_table(extmap, entries) |
723 | memcpy(e820_table_kexec, e820_table, e820_table_kexec的长度) |
726 | early_memunmap(sdata, data_len) |
727 | 打印信息("extended physical RAM map:\n") |
728 | e820__print_table("extended") |
名称 | 描述 |
---|---|
parse_setup_data |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |