Searched refs:vm_iomap_memory (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | nommu.c | 1631 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) in vm_iomap_memory() function 1639 EXPORT_SYMBOL(vm_iomap_memory);
|
| H A D | memory.c | 3424 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) in vm_iomap_memory() function 3440 EXPORT_SYMBOL(vm_iomap_memory);
|
| /linux/drivers/video/fbdev/ |
| H A D | controlfb.c | 753 return vm_iomap_memory(vma, start, len); in controlfb_mmap()
|
| /linux/include/linux/ |
| H A D | mm.h | 4792 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len);
|
| /linux/sound/core/ |
| H A D | pcm_native.c | 4001 return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes); in snd_pcm_lib_mmap_iomem()
|