Home
last modified time | relevance | path

Searched refs:offset_in_page (Results 1 – 16 of 16) sorted by relevance

/include/linux/
A Dhighmem.h413 chunk > PAGE_SIZE - offset_in_page(dst_off)) in memcpy_folio()
414 chunk = PAGE_SIZE - offset_in_page(dst_off); in memcpy_folio()
416 chunk > PAGE_SIZE - offset_in_page(src_off)) in memcpy_folio()
417 chunk = PAGE_SIZE - offset_in_page(src_off); in memcpy_folio()
486 chunk > PAGE_SIZE - offset_in_page(offset)) in memcpy_from_folio()
487 chunk = PAGE_SIZE - offset_in_page(offset); in memcpy_from_folio()
514 chunk > PAGE_SIZE - offset_in_page(offset)) in memcpy_to_folio()
515 chunk = PAGE_SIZE - offset_in_page(offset); in memcpy_to_folio()
547 size_t max = PAGE_SIZE - offset_in_page(offset); in folio_zero_tail()
585 size_t max = PAGE_SIZE - offset_in_page(offset); in folio_fill_tail()
[all …]
A Dbvec.h77 bvec_set_page(bv, virt_to_page(vaddr), len, offset_in_page(vaddr)); in bvec_set_virt()
A Dscatterlist.h211 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); in sg_set_buf()
A Diomap.h139 return iomap->length <= PAGE_SIZE - offset_in_page(iomap->inline_data); in iomap_inline_data_valid()
A Diov_iter.h229 PAGE_SIZE - offset_in_page(offset)); in iterate_xarray()
A Dedac.h488 unsigned long offset_in_page; member
A Dbio.h433 return DIV_ROUND_UP(offset_in_page(kaddr) + len, PAGE_SIZE); in bio_add_max_vecs()
A Ddma-mapping.h469 return dma_map_page_attrs(dev, virt_to_page(ptr), offset_in_page(ptr), in dma_map_single_attrs()
A Dkvm_host.h1337 offset_in_page(__gpa), v); \
1359 offset_in_page(__gpa), v); \
A Dhyperv.h1731 offset_in_page(addr); in virt_to_hvpfn()
A Dmm.h2290 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
/include/crypto/
A Dscatterwalk.h129 limit = PAGE_SIZE - offset_in_page(walk->offset); in scatterwalk_clamp()
163 offset = offset_in_page(offset); in scatterwalk_map()
259 end += (offset_in_page(offset) + offset_in_page(nbytes) + in scatterwalk_done_dst()
/include/linux/mtd/
A Drawnand.h1563 unsigned int offset_in_page, void *buf, unsigned int len);
1565 unsigned int offset_in_page, void *buf,
1568 unsigned int offset_in_page, void *buf, unsigned int len);
1570 unsigned int offset_in_page, const void *buf,
1574 unsigned int offset_in_page, const void *buf,
1577 unsigned int offset_in_page, const void *buf,
/include/net/
A Dxdp_sock_drv.h137 offset_in_page(data), xdp->data_end - data, in xsk_buff_add_frag()
/include/net/mana/
A Dgdma.h762 u32 offset_in_page; member
/include/net/libeth/
A Dxdp.h726 offset_in_page(frm.data), in libeth_xdp_tx_fill_buf()

Completed in 69 milliseconds