Function report |
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 activity | Download SCCT | Chinese |
Name:e820_print_type
Proto:static void __init e820_print_type(enum e820_type type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
enum e820_type | type |
190 | Case type == E820_TYPE_RAM |
191 | Case type == E820_TYPE_RESERVED_KERN |
191 | Break |
192 | Case type == E820_TYPE_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 | Break |
196 | Case type == E820_TYPE_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 |
Name | Describe |
---|---|
e820__print_table | |
__e820__range_update | |
e820__range_remove | Remove a range of memory from the E820 table: |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |