函数逻辑报告 |
Source Code:kernel\dma\remap.c |
Create Date:2022-07-27 11:36:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__dma_common_pages_remap
函数原型:static struct vm_struct *__dma_common_pages_remap(struct page **pages, size_t size, pgprot_t prot, const void *caller)
返回类型:struct vm_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page ** | pages | |
size_t | size | |
pgprot_t | prot | |
const void * | caller |
29 | 如果非area则返回:NULL |
32 | 如果map_vm_area(area, prot, pages)则 |
37 | 返回:area |
名称 | 描述 |
---|---|
dma_common_pages_remap | Remaps an array of PAGE_SIZE pages into another vm_area.* Cannot be used in non-sleeping contexts |
dma_common_contiguous_remap | Remaps an allocated contiguous region into another vm_area.* Cannot be used in non-sleeping contexts |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |