函数逻辑报告 |
Source Code:mm\sparse.c |
Create Date:2022-07-27 17:07:36 |
Last Modify:2020-03-17 22:36:03 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Record a memory area against a node.
函数原型:void __init memory_present(int nid, unsigned long start, unsigned long end)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
int | nid | |
unsigned long | start | |
unsigned long | end |
275 | start与等于PAGE_SECTION_MASK |
278 | section等于pfn_to_section_nr(pfn) |
281 | sparse_index_init(section, nid) |
282 | set_section_nid(section, nid) |
284 | ms等于__nr_to_section(section) |
285 | 如果非section_mem_map则 |
名称 | 描述 |
---|---|
memblocks_present | Mark all memblocks as present using memory_present(). This is a* convienence function that is useful for a number of arches* to mark all of the systems memory as present during initialization. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |