Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\e820.c Create Date:2022-07-28 07:43:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:e820_print_type

Proto:static void __init e820_print_type(enum e820_type type)

Type:void

Parameter:

TypeParameterName
enum e820_typetype
190  Case type == E820_TYPE_RAM
191  Case type == E820_TYPE_RESERVED_KERN
191  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("usable")
191  Break
192  Case type == E820_TYPE_RESERVED
192  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("reserved")
192  Break
193  Case type == E820_TYPE_SOFT_RESERVED
193  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("soft reserved")
193  Break
194  Case type == E820_TYPE_ACPI
194  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("ACPI data")
194  Break
195  Case type == E820_TYPE_NVS
195  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("ACPI NVS")
195  Break
196  Case type == E820_TYPE_UNUSABLE
196  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("unusable")
196  Break
197  Case type == E820_TYPE_PMEM
198  Case type == E820_TYPE_PRAM
198  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("persistent (type %u)", type)
198  Break
199  Default
199  Like KERN_CONT, pr_cont() should only be used when continuing* a line with no newline ('\n') enclosed. Otherwise it defaults* back to KERN_DEFAULT.("type %u", type)
199  Break
Caller
NameDescribe
e820__print_table
__e820__range_update
e820__range_removeRemove a range of memory from the E820 table: