函数逻辑报告 |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-27 08:43:17 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_mark_busy
函数原型:static bool __init do_mark_busy(enum e820_type type, struct resource *res)
返回类型:bool
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| enum e820_type | type | |
| struct resource * | res |
| 1092 | 如果start小于1ULL左移20位则返回:true |
| 1100 | 当:type恒等于E820_TYPE_RESERVED |
| 1101 | 当:type恒等于E820_TYPE_SOFT_RESERVED |
| 1102 | 当:type恒等于E820_TYPE_PRAM |
| 1103 | 当:type恒等于E820_TYPE_PMEM |
| 1104 | 返回:false |
| 1105 | 当:type恒等于E820_TYPE_RESERVED_KERN |
| 1106 | 当:type恒等于E820_TYPE_RAM |
| 1107 | 当:type恒等于E820_TYPE_ACPI |
| 1108 | 当:type恒等于E820_TYPE_NVS |
| 1109 | 当:type恒等于E820_TYPE_UNUSABLE |
| 1110 | 默认 |
| 1111 | 返回:true |
| 名称 | 描述 |
|---|---|
| e820__reserve_resources |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |