Home
last modified time | relevance | path

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

/linux/tools/testing/nvdimm/
H A Ddax-dev.c17 unsigned long long pgoff_end; in dax_pgoff_to_phys() local
20 pgoff_end = dax_range->pgoff + PHYS_PFN(range_len(range)) - 1; in dax_pgoff_to_phys()
21 if (pgoff < dax_range->pgoff || pgoff > pgoff_end) in dax_pgoff_to_phys()
/linux/kernel/dma/
H A Dcoherent.c240 const pgoff_t pgoff_end = vma_end_pgoff(vma); in __dma_mmap_from_coherent() local
246 if (pgoff_start < count && pgoff_end <= count) { in __dma_mmap_from_coherent()
H A Ddirect.c649 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_direct_mmap() local
662 if (pgoff_start >= count || pgoff_end > count) in dma_direct_mmap()
H A Dmapping.c782 const pgoff_t pgoff_end = vma_end_pgoff(vma); in dma_mmap_pages() local
785 if (pgoff_start >= count || pgoff_end > count) in dma_mmap_pages()
/linux/tools/testing/selftests/mm/
H A Dsplit_huge_page_test.c354 uint64_t pgoff_start = 0, pgoff_end = 1024; in split_pmd_thp_to_order()
403 write_debugfs(PATH_FMT, testfile, pgoff_start, pgoff_end, order); in split_pte_mapped_thp()
489 uint64_t pgoff_start = 0, pgoff_end = 1024; split_file_backed_thp() local