Function report |
Source Code:arch\x86\kernel\setup.c |
Create Date:2022-07-28 07:39:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:memblock_x86_reserve_range_setup_data
Proto:static void __init memblock_x86_reserve_range_setup_data(void)
Type:void
Parameter:Nothing
444 | pa_data = setup_data |
446 | data = early_memremap(pa_data, size of data ) |
447 | memblock_reserve(pa_data, size of data + len) |
449 | If type == SETUP_INDIRECT && type != SETUP_INDIRECT Then memblock_reserve(addr, len) |
455 | early_memunmap(data, size of data ) |
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 |