Function report |
Source Code:arch\x86\kernel\setup.c |
Create Date:2022-07-28 07:39:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:parse_setup_data
Proto:static void __init parse_setup_data(void)
Type:void
Parameter:Nothing
412 | pa_data = setup_data |
416 | data = early_memremap(pa_data, size of data ) |
417 | data_len = len + sizeof(structsetup_data) |
420 | early_memunmap(data, size of data ) |
423 | Case data_type == SETUP_E820_EXT |
425 | Break |
430 | parse_efi_setup(pa_data, data_len) |
431 | Break |
432 | Default |
433 | Break |
Name | Describe |
---|---|
setup_arch | setup_arch - architecture-specific boot-time initializations* Note: On x86_64, fixmaps are ready for use even before this is called. |
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 |