/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
D | rpc_rdma.c | 142 offset = offset_in_page(xdr->page_base); in rpcrdma_args_inline() 194 ppages = buf->pages + (buf->page_base >> PAGE_SHIFT); in rpcrdma_alloc_sparse_pages() 249 unsigned long page_base; in rpcrdma_convert_iovs() local 258 ppages = xdrbuf->pages + (xdrbuf->page_base >> PAGE_SHIFT); in rpcrdma_convert_iovs() 259 page_base = offset_in_page(xdrbuf->page_base); in rpcrdma_convert_iovs() 262 seg->mr_offset = (char *)page_base; in rpcrdma_convert_iovs() 263 seg->mr_len = min_t(u32, PAGE_SIZE - page_base, len); in rpcrdma_convert_iovs() 268 page_base = 0; in rpcrdma_convert_iovs() 617 unsigned int page_base, len, remaining; in rpcrdma_prepare_pagelist() local 621 ppages = xdr->pages + (xdr->page_base >> PAGE_SHIFT); in rpcrdma_prepare_pagelist() [all …]
|
D | svc_rdma_sendto.c | 578 pageoff = xdr->page_base & ~PAGE_MASK; in svc_rdma_pull_up_needed() 635 ppages = xdr->pages + (xdr->page_base >> PAGE_SHIFT); in svc_rdma_pull_up_reply_msg() 636 pageoff = xdr->page_base & ~PAGE_MASK; in svc_rdma_pull_up_reply_msg() 721 ppages = xdr->pages + (xdr->page_base >> PAGE_SHIFT); in svc_rdma_map_reply_msg() 722 page_off = xdr->page_base & ~PAGE_MASK; in svc_rdma_map_reply_msg()
|
D | svc_rdma_rw.c | 412 page_off = info->wi_next_off + xdr->page_base; in svc_rdma_pagelist_to_sg() 856 head->rc_arg.page_base = 0; in svc_rdma_recv_read_chunk()
|
D | svc_rdma_recvfrom.c | 383 arg->page_base = 0; in svc_rdma_build_arg_xdr()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_gart.c | 227 u64 page_base; in amdgpu_gart_unbind() local 242 page_base = adev->dummy_page_addr; in amdgpu_gart_unbind() 248 t, page_base, flags); in amdgpu_gart_unbind() 249 page_base += AMDGPU_GPU_PAGE_SIZE; in amdgpu_gart_unbind() 277 uint64_t page_base; in amdgpu_gart_map() local 288 page_base = dma_addr[i]; in amdgpu_gart_map() 290 amdgpu_gmc_set_pte_pde(adev, dst, t, page_base, flags); in amdgpu_gart_map() 291 page_base += AMDGPU_GPU_PAGE_SIZE; in amdgpu_gart_map()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/ |
D | ati_pcigart.c | 107 u32 *pci_gart = NULL, page_base, gart_idx; in drm_ati_pcigart_init() local 169 page_base = (u32) entry->busaddr[i]; in drm_ati_pcigart_init() 177 val = page_base | 0xc; in drm_ati_pcigart_init() 180 val = (page_base >> 8) | 0xc; in drm_ati_pcigart_init() 184 val = page_base; in drm_ati_pcigart_init() 195 page_base += ATI_PCIGART_PAGE_SIZE; in drm_ati_pcigart_init()
|
/kernel/linux/linux-5.10/arch/ia64/mm/ |
D | ioremap.c | 41 unsigned long page_base; in ioremap() local 69 page_base = phys_addr & PAGE_MASK; in ioremap() 70 size = PAGE_ALIGN(phys_addr + size) - page_base; in ioremap() 71 if (efi_mem_attribute(page_base, size) & EFI_MEMORY_WB) { in ioremap()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
D | xdr.c | 132 kaddr[buf->page_base + len] = '\0'; in xdr_terminate_string() 142 return (buf->page_base + buf->page_len + PAGE_SIZE - 1) >> PAGE_SHIFT; in xdr_buf_pagecount() 191 xdr->page_base = base; in xdr_inline_pages() 278 buf->page_base + pgto, in _shift_data_left_tail() 386 buf->page_base + pgfrom, in _shift_data_right_tail() 555 buf->page_base + pglen + offs - len, in xdr_shrink_bufhead() 575 buf->page_base + len, in xdr_shrink_bufhead() 576 buf->page_base, in xdr_shrink_bufhead() 581 _copy_to_pages(buf->pages, buf->page_base, in xdr_shrink_bufhead() 891 new = buf->page_base + buf->page_len; in xdr_truncate_encode() [all …]
|
D | socklib.c | 113 if (base || xdr->page_base) { in xdr_partial_copy_from_skb() 115 base += xdr->page_base; in xdr_partial_copy_from_skb() 230 xdr->page_len + xdr->page_base); in xprt_send_pagedata() 231 return xprt_sendmsg(sock, msg, base + xdr->page_base); in xprt_send_pagedata()
|
D | svcsock.c | 507 rqstp->rq_arg.page_base = 0; in svc_udp_recvfrom() 1008 rqstp->rq_arg.page_base = 0; in svc_tcp_recvfrom() 1118 bvec = xdr->bvec + (xdr->page_base >> PAGE_SHIFT); in svc_tcp_sendmsg() 1119 offset = offset_in_page(xdr->page_base); in svc_tcp_sendmsg()
|
D | xprtsock.c | 334 n = (buf->page_base + want + PAGE_SIZE - 1) >> PAGE_SHIFT; in xs_alloc_sparse_pages() 341 return i > buf->page_base ? i - buf->page_base : 0; in xs_alloc_sparse_pages() 431 want + buf->page_base, in xs_read_xdr_buf() 432 seek + buf->page_base); in xs_read_xdr_buf() 435 xs_flush_bvec(buf->bvec, ret, seek + buf->page_base); in xs_read_xdr_buf() 436 ret -= buf->page_base; in xs_read_xdr_buf()
|
D | svc_xprt.c | 525 rqstp->rq_res.page_base = 0; in svc_xprt_release() 678 arg->page_base = 0; in svc_alloc_arg()
|
D | svc.c | 1513 rqstp->rq_res.page_base = 0; in svc_process()
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
D | kmmio.c | 235 unsigned long page_base = addr; in kmmio_handler() local 240 page_base &= page_level_mask(l); in kmmio_handler() 253 faultpage = get_kmmio_fault_page(page_base); in kmmio_handler() 265 if (page_base == ctx->addr) { in kmmio_handler() 293 ctx->probe = get_kmmio_probe(page_base); in kmmio_handler() 295 ctx->addr = page_base; in kmmio_handler()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | radeon_gart.c | 293 uint64_t page_base, page_entry; in radeon_gart_bind() local 305 page_base = dma_addr[i]; in radeon_gart_bind() 307 page_entry = radeon_gart_get_page_entry(page_base, flags); in radeon_gart_bind() 312 page_base += RADEON_GPU_PAGE_SIZE; in radeon_gart_bind()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
D | qxl_image.c | 166 unsigned int page_base, page_offset, out_offset; in qxl_image_init_helper() local 174 page_base = out_offset & PAGE_MASK; in qxl_image_init_helper() 178 ptr = qxl_bo_kmap_atomic_page(qdev, chunk_bo, page_base); in qxl_image_init_helper()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
D | i915_gem.c | 435 u32 page_base = node.start; in i915_gem_gtt_pread() local 444 page_base += offset & PAGE_MASK; in i915_gem_gtt_pread() 447 if (gtt_user_read(&ggtt->iomap, page_base, page_offset, in i915_gem_gtt_pread() 641 u32 page_base = node.start; in i915_gem_gtt_pwrite_fast() local 653 page_base += offset & PAGE_MASK; in i915_gem_gtt_pwrite_fast() 661 if (ggtt_write(&ggtt->iomap, page_base, page_offset, in i915_gem_gtt_pwrite_fast()
|
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/ |
D | gss_rpc_xdr.h | 125 unsigned int page_base; /* Start of page data */ member
|
D | gss_krb5_wrap.c | 81 unsigned int last = (buf->page_base + len - 1) in gss_krb5_remove_padding() 83 unsigned int offset = (buf->page_base + len - 1) in gss_krb5_remove_padding()
|
D | auth_gss.c | 1789 first = snd_buf->page_base >> PAGE_SHIFT; in alloc_enc_pages() 1790 last = (snd_buf->page_base + snd_buf->page_len - 1) >> PAGE_SHIFT; in alloc_enc_pages() 1838 first = snd_buf->page_base >> PAGE_SHIFT; in gss_wrap_req_priv() 1841 snd_buf->page_base -= first << PAGE_SHIFT; in gss_wrap_req_priv()
|
D | gss_rpc_xdr.c | 56 xdr_write_pages(xdr, in->pages, in->page_base, in->page_len); in gssx_enc_in_token()
|
D | gss_krb5_crypto.c | 349 int i = (page_pos + outbuf->page_base) >> PAGE_SHIFT; in encryptor()
|
D | svcauth_gss.c | 1170 in_token->page_base = 0; in gss_read_proxy_verf() 1186 from_offs = rqstp->rq_arg.page_base; in gss_read_proxy_verf()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfscache.c | 308 idx = buf->page_base / PAGE_SIZE; in nfsd_cache_csum() 309 base = buf->page_base & ~PAGE_MASK; in nfsd_cache_csum()
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
D | xdr.h | 55 unsigned int page_base, /* Start of page data */ member
|