Searched refs:nr_vma_pages (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm64/mm/
H A Ddma-mapping.c309 unsigned long nr_vma_pages = (vma->vm_end - vma->vm_start) >> __swiotlb_mmap() local
321 if (off < nr_pages && nr_vma_pages <= (nr_pages - off)) { __swiotlb_mmap()
/linux-4.4.14/arch/arm/mm/
H A Ddma-mapping.c697 unsigned long nr_vma_pages = (vma->vm_end - vma->vm_start) >> PAGE_SHIFT; __arm_dma_mmap() local
705 if (off < nr_pages && nr_vma_pages <= (nr_pages - off)) { __arm_dma_mmap()

Completed in 88 milliseconds