Function report |
Source Code:mm\memory_hotplug.c |
Create Date:2022-07-28 15:56:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add this memory to iomem resource
Proto:static struct resource *register_memory_resource(u64 start, u64 size)
Type:struct resource
Parameter:
Type | Parameter | Name |
---|---|---|
u64 | start | |
u64 | size |
106 | resource_name = "System RAM" |
108 | If start + size > max_mem_size Then Return ERR_PTR( - E2BIG) |
119 | If Not res Then |
124 | Return res |
Name | Describe |
---|---|
__add_memory | quires device_hotplug_lock, see add_memory_resource() |
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 |