函数逻辑报告 |
Source Code:kernel\resource.c |
Create Date:2022-07-27 10:04:50 |
Last Modify:2022-05-22 11:14:39 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:This function calls the @func callback against all memory ranges of type* System RAM which are marked as IORESOURCE_SYSTEM_RAM and IORESOUCE_BUSY.* Now, this function is only for System RAM, it deals with full ranges and* not PFNs
函数原型:int walk_system_ram_res(u64 start, u64 end, void *arg, int (*func)(struct resource *, void *))
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | start | |
u64 | end | |
void * | arg | |
int (* | func |
450 | 返回:__walk_iomem_res_desc(start, end, flags, IORES_DESC_NONE, true, arg, func) |
名称 | 描述 |
---|---|
prepare_elf_headers | Prepare elf headers. Return addr and size |
kexec_walk_resources | kexec_walk_resources - call func(data) on free memory regions*@kbuf: Context info for the search. Also passed to @func.*@func: Function to call for each memory region.* Return: The memory walk will stop when func returns a non-zero value |
fill_up_crash_elf_data | Gather all the required information to prepare elf headers for ram regions |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |