函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称: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