函数逻辑报告 |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-27 08:43:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:e820_type_to_string
函数原型:static const char *__init e820_type_to_string(struct e820_entry *entry)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
struct e820_entry * | entry |
1044 | 当:type恒等于E820_TYPE_RESERVED_KERN |
1045 | 当:type恒等于E820_TYPE_RAM |
1045 | 返回:"System RAM" |
1046 | 当:type恒等于E820_TYPE_ACPI |
1046 | 返回:"ACPI Tables" |
1047 | 当:type恒等于E820_TYPE_NVS |
1047 | 返回:"ACPI Non-volatile Storage" |
1048 | 当:type恒等于E820_TYPE_UNUSABLE |
1048 | 返回:"Unusable memory" |
1049 | 当:type恒等于E820_TYPE_PRAM |
1049 | 返回:"Persistent Memory (legacy)" |
1050 | 当:type恒等于E820_TYPE_PMEM |
1050 | 返回:"Persistent Memory" |
1051 | 当:type恒等于E820_TYPE_RESERVED |
1051 | 返回:"Reserved" |
1052 | 当:type恒等于E820_TYPE_SOFT_RESERVED |
1052 | 返回:"Soft Reserved" |
1053 | 默认 |
1053 | 返回:"Unknown E820 type" |
名称 | 描述 |
---|---|
e820__reserve_resources |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |