/linux/include/crypto/ |
H A D | scatterwalk.h | 162 page = nth_page(base_page, offset >> PAGE_SHIFT); in scatterwalk_map() 262 flush_dcache_page(nth_page(base_page, i)); in scatterwalk_done_dst()
|
/linux/mm/ |
H A D | percpu-km.c | 72 pcpu_set_page_chunk(nth_page(pages, i), chunk); in pcpu_create_chunk()
|
H A D | gup.c | 240 struct page *next = nth_page(start, i); in gup_folio_range_next() 494 start_page = nth_page(page, (addr & (sz - 1)) >> PAGE_SHIFT); in record_subpages() 496 pages[nr] = nth_page(start_page, nr); in record_subpages() 1515 subpage = nth_page(page, j); in __get_user_pages()
|
H A D | cma.c | 885 page_kasan_tag_reset(nth_page(page, i)); in __cma_alloc()
|
/linux/tools/testing/scatterlist/linux/ |
H A D | mm.h | 54 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) macro
|
/linux/arch/mips/mm/ |
H A D | cache.c | 120 addr = (unsigned long)kmap_local_page(nth_page(page, i)); in __flush_dcache_pages()
|
/linux/include/linux/ |
H A D | scatterlist.h | 603 return nth_page(sg_page(piter->sg), piter->sg_pgoffset); in sg_page_iter_page()
|
H A D | page-flags.h | 319 #define folio_page(folio, n) nth_page(&(folio)->page, n)
|
H A D | mm.h | 201 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) macro 204 #define nth_page(page,n) ((page) + (n)) macro
|
/linux/mm/kfence/ |
H A D | core.c | 616 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool() 668 struct slab *slab = page_slab(nth_page(pages, i)); in kfence_init_pool()
|
/linux/drivers/vfio/pci/pds/ |
H A D | lm.c | 154 return nth_page(sg_page(sg), in pds_vfio_get_file_page()
|
/linux/io_uring/ |
H A D | zcrx.c | 978 dst_page = nth_page(dst_page, dst_offset / PAGE_SIZE); in io_copy_page() 980 src_page = nth_page(src_page, src_offset / PAGE_SIZE); in io_copy_page()
|
/linux/drivers/memstick/host/ |
H A D | tifm_ms.c | 204 pg = nth_page(sg_page(&host->req->sg), in tifm_ms_transfer_data()
|
H A D | jmb38x_ms.c | 320 pg = nth_page(sg_page(&host->req->sg), in jmb38x_ms_transfer_data()
|
/linux/drivers/ata/ |
H A D | libata-sff.c | 617 page = nth_page(page, (offset >> PAGE_SHIFT)); in ata_pio_sector() 634 ata_pio_xfer(qc, nth_page(page, 1), 0, count - split_len); in ata_pio_sector() 754 page = nth_page(page, (offset >> PAGE_SHIFT)); in __atapi_pio_bytes()
|
/linux/drivers/mmc/host/ |
H A D | usdhi6rol0.c | 326 host->pg.page = nth_page(host->pg.page, 1); in usdhi6_blk_bounce() 506 host->pg.page = nth_page(sg_page(host->sg), host->page_idx); in usdhi6_sg_advance()
|
/linux/drivers/vfio/pci/virtio/ |
H A D | migrate.c | 56 return nth_page(sg_page(sg), in virtiovf_get_migration_page()
|
/linux/fs/hugetlbfs/ |
H A D | inode.c | 220 page = nth_page(page, 1); in adjust_range_hwpoison()
|
/linux/drivers/memstick/core/ |
H A D | mspro_block.c | 563 nth_page(sg_page(&(msb->req_sg[msb->current_seg])), in h_mspro_block_transfer_data()
|
/linux/drivers/scsi/ |
H A D | scsi_lib.c | 3152 page = nth_page(sg_page(sg), (*offset >> PAGE_SHIFT)); in scsi_kmap_atomic_sg()
|
H A D | sg.c | 1238 struct page *page = nth_page(rsv_schp->pages[k], in sg_vma_fault()
|