函数逻辑报告 |
Source Code:include\linux\highmem.h |
Create Date:2022-07-27 06:45:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:copy_highpage
函数原型:static inline void copy_highpage(struct page *to, struct page *from)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | to | |
struct page * | from |
270 | vfrom等于kmap_atomic(from) |
271 | vto等于kmap_atomic(to) |
273 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(vto) |
274 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(vfrom) |
名称 | 描述 |
---|---|
kimage_alloc_page | |
uprobe_write_opcode | NOTE:* Expect the breakpoint instruction to be the smallest size instruction for* the architecture |
__copy_gigantic_page | Gigantic pages are so large that we do not guarantee that page++ pointer* arithmetic will work across the entire page. We need something more* specialized. |
copy_huge_page | |
migrate_page_copy |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |