函数逻辑报告 |
Source Code:include\linux\dma-direct.h |
Create Date:2022-07-27 08:43:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__phys_to_dma
函数原型:static inline dma_addr_t __phys_to_dma(struct device *dev, phys_addr_t paddr)
返回类型:dma_addr_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct device * | dev | |
phys_addr_t | paddr |
名称 | 描述 |
---|---|
phys_to_dma_direct | |
dma_direct_alloc_pages | |
dma_direct_supported | |
swiotlb_map | Create a swiotlb mapping for the buffer at @phys, and in case of DMAing* to the device copy the data into it as well. |
phys_to_dma | If memory encryption is supported, phys_to_dma will set the memory encryption* bit in the DMA address, and dma_to_phys will clear it. The raw __phys_to_dma* and __dma_to_phys versions should only be used on non-encrypted memory for |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |