函数逻辑报告 |
Source Code:arch\x86\kernel\e820.c |
Create Date:2022-07-27 08:43:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Allocate the requested number of bytes with the requsted alignment* and return (the physical address) to the caller
函数原型:u64 __init e820__memblock_alloc_reserved(u64 size, u64 align)
返回类型:u64
参数:
类型 | 参数 | 名称 |
---|---|---|
u64 | size | |
u64 | align |
793 | addr等于memblock_phys_alloc(size, align) |
794 | 如果addr则 |
796 | 打印信息("update e820_table_kexec for e820__memblock_alloc_reserved()\n") |
797 | e820__update_table_kexec() |
800 | 返回:addr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |