Function report |
Source Code:kernel\dma\coherent.c |
Create Date:2022-07-28 10:33:56 |
Last Modify:2020-03-17 14:54:14 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:dma_mmap_from_global_coherent
Proto:int dma_mmap_from_global_coherent(struct vm_area_struct *vma, void *vaddr, size_t size, int *ret)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
void * | vaddr | |
size_t | size | |
int * | ret |
285 | If Not dma_coherent_default_memory Then Return 0 |
288 | Return __dma_mmap_from_coherent(dma_coherent_default_memory, vma, vaddr, size, ret) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |