函数逻辑报告 |
Source Code:arch\x86\include\asm\pgtable.h |
Create Date:2022-07-27 06:58:55 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lone_pgd_range(pgd_t *dst, pgd_t *src, int count);* dst and src can be on the same page, but the range must not overlap,* and must not cross a page boundary.
函数原型:static inline void clone_pgd_range(pgd_t *dst, pgd_t *src, int count)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
pgd_t * | dst | pointer to pgd range anwhere on a pgd page |
pgd_t * | src | "" |
int | count | the number of pgds to copy. |
1299 | 内存复制( pointer to pgd range anwhere on a pgd page, "", the number of pgds to copy. * sizeof(pgd_t)) |
名称 | 描述 |
---|---|
setup_arch | 平台相关启动 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |