Searched refs:nth_page (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/ |
| H A D | util.c | 48 nth_page(sg_page(sg), sg->offset / PAGE_SIZE); in cryptodev_sg_advance()
|
| /OK3568_Linux_fs/kernel/kernel/dma/ |
| H A D | remap.c | 50 pages[i] = nth_page(page, i); in dma_common_contiguous_remap()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | percpu-km.c | 67 pcpu_set_page_chunk(nth_page(pages, i), chunk); in pcpu_create_chunk()
|
| H A D | internal.h | 486 return nth_page(base, offset); in mem_map_offset()
|
| /OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 54 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scatterlist.h | 404 return nth_page(sg_page(piter->sg), piter->sg_pgoffset); in sg_page_iter_page()
|
| H A D | mm.h | 230 #define nth_page(page,n) pfn_to_page(page_to_pfn((page)) + (n)) macro
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | tifm_sd.c | 193 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); in tifm_sd_transfer_data() 242 pg = nth_page(sg_page(&sg[host->sg_pos]), off >> PAGE_SHIFT); in tifm_sd_bounce_block()
|
| 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_pages.c | 572 return nth_page(sg_page(sg), offset); in i915_gem_object_get_page()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-sff.c | 680 page = nth_page(page, (offset >> PAGE_SHIFT)); in ata_pio_sector() 694 ata_pio_xfer(qc, nth_page(page, 1), 0, in ata_pio_sector() 814 page = nth_page(page, (offset >> PAGE_SHIFT)); in __atapi_pio_bytes()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-taskfile.c | 246 page = nth_page(page, (offset >> PAGE_SHIFT)); in ide_pio_bytes()
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | mspro_block.c | 635 nth_page(sg_page(&(msb->req_sg[msb->current_seg])), in h_mspro_block_transfer_data()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_lib.c | 2917 page = nth_page(sg_page(sg), (*offset >> PAGE_SHIFT)); in scsi_kmap_atomic_sg()
|
| H A D | sg.c | 1260 struct page *page = nth_page(rsv_schp->pages[k], in sg_vma_fault()
|