函数逻辑报告 |
Source Code:arch\x86\kernel\crash.c |
Create Date:2022-07-27 09:36:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:add_e820_entry
函数原型:static int add_e820_entry(struct boot_params *params, struct e820_entry *entry)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct boot_params * | params | |
struct e820_entry * | entry |
292 | nr_e820_entries等于E820数目 |
293 | 如果nr_e820_entries大于等于This is the maximum number of entries in struct boot_params::e820_table* (the zeropage), which is part of the x86 boot protocol ABI:则返回:1 |
296 | memcpy( & 0x2d0 [nr_e820_entries], entry, sizeof(structe820_entry)) |
297 | E820数目自加 |
298 | 返回:0 |
名称 | 描述 |
---|---|
memmap_entry_callback | |
crash_setup_memmap_entries | Prepare memory map for crash dump kernel |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |