函数逻辑报告 |
Source Code:mm\memblock.c |
Create Date:2022-07-27 16:40:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:memblock_isolate_range
函数原型:static int __attribute__((__section__(".meminit.text"))) __attribute__((__cold__)) __attribute__((__no_instrument_function__))memblock_isolate_range(struct memblock_type *type, phys_addr_t base, phys_addr_t size, int *start_rgn, int *end_rgn)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct memblock_type * | type | |
phys_addr_t | base | |
phys_addr_t | size | |
int * | start_rgn | |
int * | end_rgn |
729 | 如果非size则返回:0 |
753 | total_size减等于base减rbase |
754 | memblock_insert_region(type, idx, rbase, base - rbase, memblock_get_region_node(rgn), flags) |
764 | total_size减等于end减rbase |
765 | memblock_insert_region(type, idx--, rbase, end - rbase, memblock_get_region_node(rgn), flags) |
768 | 否则 |
776 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |