Home
last modified time | relevance | path

Searched refs:vm_iomap_memory (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dnommu.c1631 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 Dmemory.c3424 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 Dcontrolfb.c753 return vm_iomap_memory(vma, start, len); in controlfb_mmap()
/linux/include/linux/
H A Dmm.h4792 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len);
/linux/sound/core/
H A Dpcm_native.c4001 return vm_iomap_memory(area, runtime->dma_addr, runtime->dma_bytes); in snd_pcm_lib_mmap_iomem()