Searched refs:offset_in_page (Results 1 – 16 of 16) sorted by relevance
| /include/linux/ |
| A D | highmem.h | 413 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 D | bvec.h | 77 bvec_set_page(bv, virt_to_page(vaddr), len, offset_in_page(vaddr)); in bvec_set_virt()
|
| A D | scatterlist.h | 211 sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf)); in sg_set_buf()
|
| A D | iomap.h | 139 return iomap->length <= PAGE_SIZE - offset_in_page(iomap->inline_data); in iomap_inline_data_valid()
|
| A D | iov_iter.h | 229 PAGE_SIZE - offset_in_page(offset)); in iterate_xarray()
|
| A D | edac.h | 488 unsigned long offset_in_page; member
|
| A D | bio.h | 433 return DIV_ROUND_UP(offset_in_page(kaddr) + len, PAGE_SIZE); in bio_add_max_vecs()
|
| A D | dma-mapping.h | 469 return dma_map_page_attrs(dev, virt_to_page(ptr), offset_in_page(ptr), in dma_map_single_attrs()
|
| A D | kvm_host.h | 1337 offset_in_page(__gpa), v); \ 1359 offset_in_page(__gpa), v); \
|
| A D | hyperv.h | 1731 offset_in_page(addr); in virt_to_hvpfn()
|
| A D | mm.h | 2290 #define offset_in_page(p) ((unsigned long)(p) & ~PAGE_MASK) macro
|
| /include/crypto/ |
| A D | scatterwalk.h | 129 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 D | rawnand.h | 1563 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 D | xdp_sock_drv.h | 137 offset_in_page(data), xdp->data_end - data, in xsk_buff_add_frag()
|
| /include/net/mana/ |
| A D | gdma.h | 762 u32 offset_in_page; member
|
| /include/net/libeth/ |
| A D | xdp.h | 726 offset_in_page(frm.data), in libeth_xdp_tx_fill_buf()
|
Completed in 69 milliseconds