| /linux-4.4.14/sound/firewire/ | 
| D | packets-buffer.c | 26 	unsigned int i, page_index, offset_in_page;  in iso_packets_buffer_init()  local 52 		offset_in_page = (i % packets_per_page) * packet_size;  in iso_packets_buffer_init() 53 		b->packets[i].buffer = p + offset_in_page;  in iso_packets_buffer_init() 54 		b->packets[i].offset = page_index * PAGE_SIZE + offset_in_page;  in iso_packets_buffer_init()
  | 
| /linux-4.4.14/fs/ecryptfs/ | 
| D | read_write.c | 71 				      size_t offset_in_page, size_t size)  in ecryptfs_write_lower_page_segment()  argument 78 		  + offset_in_page);  in ecryptfs_write_lower_page_segment() 258 				     size_t offset_in_page, size_t size,  in ecryptfs_read_lower_page_segment()  argument 265 	offset = ((((loff_t)page_index) << PAGE_CACHE_SHIFT) + offset_in_page);  in ecryptfs_read_lower_page_segment()
  | 
| D | ecryptfs_kernel.h | 672 				      size_t offset_in_page, size_t size); 678 				     size_t offset_in_page, size_t size,
  | 
| D | crypto.c | 294 		offset = offset_in_page(addr);  in virt_to_scatterlist()
  | 
| /linux-4.4.14/mm/ | 
| D | mremap.c | 404 	if (offset_in_page(new_addr))  in mremap_to() 438 	if (offset_in_page(ret))  in mremap_to() 442 	if (!(offset_in_page(ret)))  in mremap_to() 487 	if (offset_in_page(addr))  in SYSCALL_DEFINE5() 569 		if (offset_in_page(new_addr)) {  in SYSCALL_DEFINE5() 577 	if (offset_in_page(ret)) {  in SYSCALL_DEFINE5()
  | 
| D | early_ioremap.c | 129 	offset = offset_in_page(phys_addr);  in __early_ioremap() 192 	offset = offset_in_page(virt_addr);  in early_iounmap() 237 		slop = offset_in_page(src);  in copy_from_early_mem()
  | 
| D | msync.c | 41 	if (offset_in_page(start))  in SYSCALL_DEFINE3()
  | 
| D | mlock.c | 565 	VM_BUG_ON(offset_in_page(start));  in apply_vma_lock_flags() 618 	len = PAGE_ALIGN(len + (offset_in_page(start)));  in do_mlock() 665 	len = PAGE_ALIGN(len + (offset_in_page(start)));  in SYSCALL_DEFINE2()
  | 
| D | percpu.c | 1354 			       offset_in_page(addr);  in per_cpu_ptr_to_phys() 1357 		       offset_in_page(addr);  in per_cpu_ptr_to_phys() 1557 	PCPU_SETUP_BUG_ON(offset_in_page(__per_cpu_start));  in pcpu_setup_first_chunk() 1560 	PCPU_SETUP_BUG_ON(offset_in_page(base_addr));  in pcpu_setup_first_chunk() 1562 	PCPU_SETUP_BUG_ON(offset_in_page(ai->unit_size));  in pcpu_setup_first_chunk() 1809 	while (alloc_size % upa || (offset_in_page(alloc_size / upa)))  in pcpu_build_alloc_info() 1841 		if (alloc_size % upa || (offset_in_page(alloc_size / upa)))  in pcpu_build_alloc_info()
  | 
| D | mincore.c | 237 	pages += (offset_in_page(len)) != 0;  in SYSCALL_DEFINE3()
  | 
| D | vmalloc.c | 363 	BUG_ON(offset_in_page(size));  in alloc_vmap_area() 941 	BUG_ON(offset_in_page(size));  in vb_alloc() 994 	BUG_ON(offset_in_page(size));  in vb_free() 1906 		offset = offset_in_page(addr);  in aligned_vread() 1945 		offset = offset_in_page(addr);  in aligned_vwrite() 2396 	BUG_ON(offset_in_page(align) || !is_power_of_2(align));  in pcpu_get_vm_areas()
  | 
| D | nommu.c | 1500 	if (offset_in_page(a.offset))  in SYSCALL_DEFINE1() 1656 		if (offset_in_page(start))  in do_munmap() 1658 		if (end != vma->vm_end && offset_in_page(end))  in do_munmap() 1739 	if (offset_in_page(addr))  in do_mremap()
  | 
| D | util.c | 312 	if (unlikely(offset_in_page(offset)))  in vm_mmap()
  | 
| D | mmap.c | 1309 	if (offset_in_page(addr))  in do_mmap() 1479 	if (offset_in_page(a.offset))  in SYSCALL_DEFINE1() 1994 	if (offset_in_page(addr)) {  in arch_get_unmapped_area_topdown() 2030 	if (offset_in_page(addr))  in get_unmapped_area() 2537 	if ((offset_in_page(start)) || start > TASK_SIZE || len > TASK_SIZE-start)  in do_munmap() 2759 	if (offset_in_page(error))  in do_brk()
  | 
| /linux-4.4.14/net/sunrpc/xprtrdma/ | 
| D | fmr_ops.c | 143 	pageoff = offset_in_page(seg1->mr_offset);  in fmr_op_map() 156 		if ((i < nsegs && offset_in_page(seg->mr_offset)) ||  in fmr_op_map() 157 		    offset_in_page((seg-1)->mr_offset + (seg-1)->mr_len))  in fmr_op_map()
  | 
| D | frwr_ops.c | 348 				    offset_in_page(seg->mr_offset));  in frwr_op_map() 357 		if ((i < nsegs && offset_in_page(seg->mr_offset)) ||  in frwr_op_map() 358 		    offset_in_page((seg-1)->mr_offset + (seg-1)->mr_len))  in frwr_op_map()
  | 
| D | xprt_rdma.h | 481 				seg->mr_page, offset_in_page(seg->mr_offset),  in rpcrdma_map_one()
  | 
| /linux-4.4.14/drivers/edac/ | 
| D | edac_mc.c | 994 			  const unsigned long offset_in_page,  in edac_ce_error()  argument 1034 					offset_in_page, grain);  in edac_ce_error() 1101 			e->page_frame_number, e->offset_in_page,  in edac_raw_mc_handle_error() 1105 			      e->page_frame_number, e->offset_in_page, e->grain);  in edac_raw_mc_handle_error() 1109 			e->page_frame_number, e->offset_in_page, e->grain);  in edac_raw_mc_handle_error() 1141 			  const unsigned long offset_in_page,  in edac_mc_handle_error()  argument 1165 	e->offset_in_page = offset_in_page;  in edac_mc_handle_error() 1297 		       (e->page_frame_number << PAGE_SHIFT) | e->offset_in_page,  in edac_mc_handle_error()
  | 
| D | ghes_edac.c | 282 		e->offset_in_page = mem_err->physical_addr & ~PAGE_MASK;  in ghes_edac_report_mem_error() 400 		       (e->page_frame_number << PAGE_SHIFT) | e->offset_in_page,  in ghes_edac_report_mem_error()
  | 
| D | edac_core.h | 469 			  const unsigned long offset_in_page,
  | 
| D | e752x_edac.c | 374 			     page, offset_in_page(sec1_add << 4), sec1_syndrome,  in do_process_ce() 412 					offset_in_page(error_2b << 4), 0,  in do_process_ue() 431 					offset_in_page(error_2b << 4), 0,  in do_process_ue()
  | 
| /linux-4.4.14/crypto/ | 
| D | scatterwalk.c | 46 	       offset_in_page(walk->offset);  in scatterwalk_map() 119 	    sg->offset == offset_in_page(buf))  in scatterwalk_map_and_copy()
  | 
| D | testmgr.c | 327 			if (WARN_ON(offset_in_page(IDX[k]) +  in __test_hash() 332 					  offset_in_page(IDX[k]),  in __test_hash() 652 			if (WARN_ON(offset_in_page(IDX[k]) +  in __test_aead() 657 					  offset_in_page(IDX[k]),  in __test_aead() 664 					   offset_in_page(IDX[k]),  in __test_aead() 670 			if (WARN_ON(offset_in_page(IDX[k]) +  in __test_aead() 674 			q = xbuf[IDX[k] >> PAGE_SHIFT] + offset_in_page(IDX[k]);  in __test_aead() 681 				    offset_in_page(IDX[k]);  in __test_aead() 692 			if (offset_in_page(q) + n < PAGE_SIZE)  in __test_aead() 760 				    offset_in_page(IDX[k]);  in __test_aead() [all …] 
 | 
| D | ablkcipher.c | 218 	walk->src.offset = offset_in_page(walk->in.offset);  in ablkcipher_next_fast() 220 	walk->dst.offset = offset_in_page(walk->out.offset);  in ablkcipher_next_fast()
  | 
| D | blkcipher.c | 203 	walk->src.phys.offset = offset_in_page(walk->in.offset);  in blkcipher_next_fast() 205 	walk->dst.phys.offset = offset_in_page(walk->out.offset);  in blkcipher_next_fast()
  | 
| D | ahash.c | 74 	walk->offset = offset_in_page(walk->offset);  in hash_walk_new_entry()
  | 
| /linux-4.4.14/arch/arm64/kernel/ | 
| D | sys.c | 33 	if (offset_in_page(off) != 0)  in sys_mmap()
  | 
| /linux-4.4.14/fs/ext4/ | 
| D | move_extent.c | 623 		int offset_in_page;  in ext4_move_extents()  local 662 		offset_in_page = o_start % blocks_per_page;  in ext4_move_extents() 663 		if (cur_len > blocks_per_page- offset_in_page)  in ext4_move_extents() 664 			cur_len = blocks_per_page - offset_in_page;  in ext4_move_extents() 676 				     offset_in_page, cur_len,  in ext4_move_extents()
  | 
| /linux-4.4.14/drivers/hwtracing/intel_th/ | 
| D | sth.c | 148 	if (offset_in_page(addr) ||  in sth_stm_mmio_addr() 149 	    offset_in_page(nr_chans * sizeof(struct intel_th_channel)))  in sth_stm_mmio_addr()
  | 
| D | msu.c | 1213 	if (!size || offset_in_page(size))  in intel_th_msc_mmap()
  | 
| /linux-4.4.14/include/crypto/ | 
| D | scatterwalk.h | 53 	unsigned int len_this_page = offset_in_page(~walk->offset) + 1;  in scatterwalk_pagelen()
  | 
| /linux-4.4.14/drivers/staging/rdma/amso1100/ | 
| D | c2_alloc.c | 134 	idx = (offset_in_page(mqsp)) >> 1;  in c2_free_mqsp()
  | 
| D | c2_provider.c | 362 		if (offset_in_page(buffer_list[i].addr)) {  in c2_reg_phys_mr()
  | 
| /linux-4.4.14/tools/virtio/linux/ | 
| D | kernel.h | 38 #define offset_in_page(p) (((unsigned long)p) % PAGE_SIZE)  macro
  | 
| D | scatterlist.h | 180 	sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf));  in sg_set_buf()
  | 
| /linux-4.4.14/drivers/crypto/nx/ | 
| D | nx-842.h | 100 	return page_to_phys(vmalloc_to_page(addr)) + offset_in_page(addr);  in nx842_get_pa()
  | 
| D | nx.c | 105 			  + offset_in_page(sg_addr);  in nx_build_sg_list()
  | 
| /linux-4.4.14/fs/pstore/ | 
| D | ram_core.c | 393 	page_start = start - offset_in_page(start);  in persistent_ram_vmap() 394 	page_count = DIV_ROUND_UP(size + offset_in_page(start), PAGE_SIZE);  in persistent_ram_vmap() 457 	prz->buffer = prz->vaddr + offset_in_page(start);  in persistent_ram_buffer_map()
  | 
| /linux-4.4.14/arch/ia64/kernel/ | 
| D | sys_ia64.c | 148 	if (offset_in_page(off) != 0)  in sys_mmap()
  | 
| /linux-4.4.14/drivers/gpu/drm/i915/ | 
| D | i915_gem_execbuffer.c | 258 	uint32_t page_offset = offset_in_page(reloc->offset);  in relocate_entry_cpu() 272 		page_offset = offset_in_page(page_offset + sizeof(uint32_t));  in relocate_entry_cpu() 313 	iowrite32(lower_32_bits(delta), reloc_page + offset_in_page(offset));  in relocate_entry_gtt() 318 		if (offset_in_page(offset) == 0) {  in relocate_entry_gtt() 326 			  reloc_page + offset_in_page(offset));  in relocate_entry_gtt() 349 	uint32_t page_offset = offset_in_page(reloc->offset);  in relocate_entry_clflush() 363 		page_offset = offset_in_page(page_offset + sizeof(uint32_t));  in relocate_entry_clflush()
  | 
| D | i915_gem_gtt.h | 427 	WARN_ON(offset_in_page(addr|length));  in i915_pte_count()
  | 
| D | i915_gem_userptr.c | 845 	if (offset_in_page(args->user_ptr | args->user_size))  in i915_gem_userptr_ioctl()
  | 
| D | i915_guc_submission.c | 298 	offset = offset_in_page(guc->db_cacheline);  in select_doorbell_cacheline()
  | 
| D | i915_cmd_parser.c | 938 	src = src_base + offset_in_page(batch_start_offset);  in copy_batch()
  | 
| D | i915_gem.c | 631 		shmem_page_offset = offset_in_page(offset);  in i915_gem_shmem_pread() 801 		page_offset = offset_in_page(offset);  in i915_gem_gtt_pwrite_fast() 955 		shmem_page_offset = offset_in_page(offset);  in i915_gem_shmem_pwrite()
  | 
| D | i915_gem_gtt.c | 3355 		if (offset_in_page(rot_info->uv_offset))  in intel_rotate_fb_obj_pages()
  | 
| /linux-4.4.14/arch/powerpc/perf/ | 
| D | hv-24x7.c | 501 	return page_to_phys(p) + offset_in_page(v);  in vmalloc_to_phys() 909 	loff_t offset_in_page;  in catalog_read()  local 929 	offset_in_page = offset % 4096;  in catalog_read() 943 	copy_len = 4096 - offset_in_page;  in catalog_read() 947 	memcpy(buf, page+offset_in_page, copy_len);  in catalog_read()
  | 
| /linux-4.4.14/drivers/mmc/core/ | 
| D | sdio_ops.c | 171 					offset_in_page(buf + (i * seg_size)));  in mmc_io_rw_extended()
  | 
| /linux-4.4.14/include/linux/ | 
| D | scatterlist.h | 142 	sg_set_page(sg, virt_to_page(buf), buflen, offset_in_page(buf));  in sg_set_buf()
  | 
| D | edac.h | 649 	unsigned long offset_in_page;  member
  | 
| D | mm.h | 1051 #define offset_in_page(p)	((unsigned long)(p) & ~PAGE_MASK)  macro
  | 
| /linux-4.4.14/drivers/gpu/drm/qxl/ | 
| D | qxl_image.c | 173 					page_offset = offset_in_page(out_offset);  in qxl_image_init_helper()
  | 
| /linux-4.4.14/fs/hfsplus/ | 
| D | wrapper.c | 73 		unsigned int page_offset = offset_in_page(buf);  in hfsplus_submit_bio()
  | 
| /linux-4.4.14/sound/soc/sh/ | 
| D | siu_pcm.c | 129 		    size, offset_in_page(buff));  in siu_pcm_wr_set() 179 		    size, offset_in_page(buff));  in siu_pcm_rd_set()
  | 
| /linux-4.4.14/virt/kvm/ | 
| D | kvm_main.c | 1660 	int offset = offset_in_page(gpa);  in kvm_read_guest() 1680 	int offset = offset_in_page(gpa);  in kvm_vcpu_read_guest() 1718 	int offset = offset_in_page(gpa);  in kvm_read_guest_atomic() 1729 	int offset = offset_in_page(gpa);  in kvm_vcpu_read_guest_atomic() 1774 	int offset = offset_in_page(gpa);  in kvm_write_guest() 1795 	int offset = offset_in_page(gpa);  in kvm_vcpu_write_guest() 1815 	int offset = offset_in_page(gpa);  in kvm_gfn_to_hva_cache_init() 1911 	int offset = offset_in_page(gpa);  in kvm_clear_guest()
  | 
| /linux-4.4.14/drivers/net/hyperv/ | 
| D | netvsc_drv.c | 338 					offset_in_page(hdr),  in init_page_array() 345 				offset_in_page(data),  in init_page_array() 378 	unsigned int offset = offset_in_page(data);  in netvsc_get_slots()
  | 
| /linux-4.4.14/drivers/staging/rdma/ipath/ | 
| D | ipath_user_sdma.c | 241 	const unsigned long offset = offset_in_page(addr);  in ipath_user_sdma_page_length() 300 		unsigned long fofs = offset_in_page(addr);  in ipath_user_sdma_pin_pages()
  | 
| /linux-4.4.14/drivers/net/ethernet/alteon/ | 
| D | acenic.c | 161 #ifndef offset_in_page 162 #define offset_in_page(ptr)	((unsigned long)(ptr) & ~PAGE_MASK)  macro 1649 				       offset_in_page(skb->data),  in ace_load_std_rx_ring() 1710 				       offset_in_page(skb->data),  in ace_load_mini_rx_ring() 1766 				       offset_in_page(skb->data),  in ace_load_jumbo_rx_ring() 2375 			       offset_in_page(skb->data),  in ace_map_tx_skb()
  | 
| /linux-4.4.14/drivers/misc/genwqe/ | 
| D | card_utils.c | 304 	sgl->fpage_offs = offset_in_page((unsigned long)user_addr);  in genwqe_alloc_sync_sgl() 574 	offs = offset_in_page(data);  in genwqe_user_vmap()
  | 
| /linux-4.4.14/drivers/usb/musb/ | 
| D | ux500_dma.c | 107 					    offset_in_page(dma_addr));  in ux500_configure_channel()
  | 
| /linux-4.4.14/block/ | 
| D | bio-integrity.c | 315 	offset = offset_in_page(buf);  in bio_integrity_prep()
  | 
| D | bio.c | 1433 	offset = offset_in_page(kaddr);  in bio_map_kern()
  | 
| /linux-4.4.14/fs/jbd2/ | 
| D | commit.c | 308 		(void *)(addr + offset_in_page(bh->b_data)), bh->b_size);  in jbd2_checksum_data() 353 	csum32 = jbd2_chksum(j, csum32, addr + offset_in_page(bh->b_data),  in jbd2_block_tag_csum_set()
  | 
| D | journal.c | 388 		new_offset = offset_in_page(jh_in->b_frozen_data);  in jbd2_journal_write_metadata_buffer() 391 		new_offset = offset_in_page(jh2bh(jh_in)->b_data);  in jbd2_journal_write_metadata_buffer() 439 		new_offset = offset_in_page(tmp);  in jbd2_journal_write_metadata_buffer()
  | 
| D | transaction.c | 786 	offset = offset_in_page(bh->b_data);  in jbd2_freeze_jh_data()
  | 
| /linux-4.4.14/drivers/dma/sh/ | 
| D | shdma-base.c | 656 		    offset_in_page(dma_src));  in shdma_prep_memcpy() 744 			    offset_in_page(src));  in shdma_prep_dma_cyclic()
  | 
| D | rcar-dmac.c | 1016 		    offset_in_page(dma_src));  in rcar_dmac_prep_dma_memcpy() 1090 			    offset_in_page(src));  in rcar_dmac_prep_dma_cyclic()
  | 
| /linux-4.4.14/drivers/spi/ | 
| D | spi-mxs.c | 237 				    min, offset_in_page(buf));  in mxs_spi_txrx_dma()
  | 
| D | spi-pl022.c | 898 			if (bytesleft < (PAGE_SIZE - offset_in_page(bufp)))  in setup_dma_scatter() 901 				mapbytes = PAGE_SIZE - offset_in_page(bufp);  in setup_dma_scatter() 903 				    mapbytes, offset_in_page(bufp));  in setup_dma_scatter()
  | 
| D | spi.c | 697 		sgs = DIV_ROUND_UP(len + offset_in_page(buf), desc_len);  in spi_map_buf() 711 				    len, desc_len - offset_in_page(buf));  in spi_map_buf() 718 				    min, offset_in_page(buf));  in spi_map_buf()
  | 
| D | spi-ep93xx.c | 498 				    offset_in_page(pbuf));  in ep93xx_spi_dma_prepare()
  | 
| /linux-4.4.14/drivers/net/fjes/ | 
| D | fjes_hw.c | 493 						offset_in_page(addr));  in fjes_hw_register_buff_addr() 503 						offset_in_page(addr));  in fjes_hw_register_buff_addr()
  | 
| /linux-4.4.14/fs/btrfs/ | 
| D | check-integrity.c | 1241 	size_t offset_in_page;  in btrfsic_read_from_block_data()  local 1248 	offset_in_page = (start_offset + offset) & (PAGE_CACHE_SIZE - 1);  in btrfsic_read_from_block_data() 1251 		cur = min(len, ((size_t)PAGE_CACHE_SIZE - offset_in_page));  in btrfsic_read_from_block_data() 1254 		memcpy(dst, kaddr + offset_in_page, cur);  in btrfsic_read_from_block_data() 1258 		offset_in_page = 0;  in btrfsic_read_from_block_data()
  | 
| /linux-4.4.14/drivers/mmc/host/ | 
| D | tifm_sd.c | 196 		p_off = offset_in_page(off);  in tifm_sd_transfer_data() 245 		p_off = offset_in_page(off);  in tifm_sd_bounce_block()
  | 
| /linux-4.4.14/net/ceph/ | 
| D | crypto.c | 106 	unsigned int off = offset_in_page(buf);  in setup_sgtable()
  | 
| /linux-4.4.14/lib/ | 
| D | kfifo.c | 324 	off = offset_in_page(buf);  in setup_sgl_buf()
  | 
| /linux-4.4.14/drivers/misc/mic/scif/ | 
| D | scif_dma.c | 829 	int offset_in_page;  in scif_rma_local_cpu_copy()  local 832 	offset_in_page = offset & ~PAGE_MASK;  in scif_rma_local_cpu_copy() 833 	loop_len = PAGE_SIZE - offset_in_page;  in scif_rma_local_cpu_copy()
  | 
| /linux-4.4.14/drivers/staging/rdma/hfi1/ | 
| D | file_ops.c | 173 	HFI1_MMAP_TOKEN_SET(OFFSET, (offset_in_page(addr)))) 1345 	offset = offset_in_page((((uctxt->ctxt - dd->first_user_ctxt) *  in get_base_info() 1583 	if (offset_in_page(vaddr)) {  in exp_tid_setup()
  | 
| /linux-4.4.14/drivers/net/ethernet/sun/ | 
| D | sungem.c | 833 							       offset_in_page(new_skb->data),  in gem_rx() 1035 				       offset_in_page(skb->data),  in gem_start_xmit() 1060 					     offset_in_page(skb->data),  in gem_start_xmit() 1646 					offset_in_page(skb->data),  in gem_init_rings()
  | 
| D | cassini.c | 2801 			       offset_in_page(skb->data), len,  in cas_xmit_tx_ringN()
  | 
| /linux-4.4.14/drivers/memstick/host/ | 
| D | tifm_ms.c | 208 			p_off = offset_in_page(off);  in tifm_ms_transfer_data()
  | 
| D | jmb38x_ms.c | 323 			p_off = offset_in_page(off);  in jmb38x_ms_transfer_data()
  | 
| /linux-4.4.14/fs/ | 
| D | dax.c | 53 			unsigned pgsz = PAGE_SIZE - offset_in_page(addr);  in dax_clear_blocks()
  | 
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_gem.c | 229 	if (offset_in_page(args->addr | args->size))  in amdgpu_gem_userptr_ioctl()
  | 
| /linux-4.4.14/drivers/video/fbdev/ | 
| D | mx3fb.c | 827 		    offset_in_page(fbi->screen_base));  in __set_par() 1200 		    offset_in_page(fbi->screen_base + offset));  in mx3fb_pan_display()
  | 
| /linux-4.4.14/drivers/gpu/drm/radeon/ | 
| D | radeon_gem.c | 291 	if (offset_in_page(args->addr | args->size))  in radeon_gem_userptr_ioctl()
  | 
| /linux-4.4.14/net/rds/ | 
| D | rdma.c | 834 	sg_set_page(rm->atomic.op_sg, page, 8, offset_in_page(args->local_addr));  in rds_cmsg_atomic()
  | 
| /linux-4.4.14/drivers/iommu/ | 
| D | tegra-smmu.c | 621 	unsigned long offset = offset_in_page(pte);  in tegra_smmu_set_pte()
  | 
| /linux-4.4.14/arch/x86/kernel/cpu/ | 
| D | perf_event_intel_pt.c | 704 	if (!offset_in_page(head + handle->size + 1))  in pt_buffer_reset_markers()
  | 
| /linux-4.4.14/drivers/net/xen-netback/ | 
| D | netback.c | 472 		unsigned int offset = offset_in_page(data);  in xenvif_gop_skb() 1451 			offset_in_page(skb->data) & ~XEN_PAGE_MASK;  in xenvif_tx_build_gops()
  | 
| /linux-4.4.14/drivers/net/ | 
| D | xen-netfront.c | 525 	slots = gnttab_count_grant(offset_in_page(skb->data),  in xennet_count_skb_slots() 604 	offset = offset_in_page(skb->data);  in xennet_start_xmit()
  | 
| /linux-4.4.14/arch/x86/kvm/ | 
| D | paging_tmpl.h | 218 		index = offset_in_page(ptep_user) / sizeof(pt_element_t);  in FNAME()
  | 
| D | emulate.c | 811 	size = min_t(unsigned, size, PAGE_SIZE - offset_in_page(linear));  in __do_insn_fetch_bytes() 1416 			offset_in_page(reg_read(ctxt, VCPU_REGS_RDI)) :  in pio_in_emulated() 1417 			PAGE_SIZE - offset_in_page(reg_read(ctxt, VCPU_REGS_RDI));  in pio_in_emulated()
  | 
| D | mmu.c | 4237 	offset = offset_in_page(gpa);  in detect_write_misaligned() 4259 	page_offset = offset_in_page(gpa);  in get_written_sptes()
  | 
| D | svm.c | 1875 				       offset_in_page(cr3) + index * 8, 8);  in nested_svm_get_tdp_pdptr()
  | 
| D | x86.c | 4547 	kaddr += offset_in_page(gpa);  in emulator_cmpxchg_emulated()
  | 
| /linux-4.4.14/arch/x86/xen/ | 
| D | enlighten.c | 216 	info.offset = offset_in_page(vcpup);  in xen_vcpu_setup()
  | 
| /linux-4.4.14/fs/xfs/ | 
| D | xfs_buf.c | 317 		bp->b_offset = offset_in_page(bp->b_addr);  in xfs_buf_allocate_memory()
  | 
| /linux-4.4.14/drivers/net/ethernet/ | 
| D | jme.c | 767 			       offset_in_page(skb->data), skb_tailroom(skb),  in jme_make_new_rx_buf() 2084 			offset_in_page(skb->data), len, hidma);  in jme_map_tx_skb()
  | 
| /linux-4.4.14/drivers/scsi/cxgbi/ | 
| D | libcxgbi.c | 2235 		skb_fill_page_desc(skb, 0, pg, offset_in_page(task->data),  in cxgbi_conn_init_pdu() 2245 				virt_to_page(padding), offset_in_page(padding),  in cxgbi_conn_init_pdu()
  | 
| /linux-4.4.14/arch/arm/kvm/ | 
| D | mmu.c | 581 		       offset_in_page(kaddr);  in kvm_kaddr_to_phys()
  | 
| /linux-4.4.14/drivers/memstick/core/ | 
| D | mspro_block.c | 641 			    msb->page_size, offset_in_page(t_offset));  in h_mspro_block_transfer_data()
  | 
| /linux-4.4.14/drivers/net/ethernet/ti/ | 
| D | netcp_core.c | 687 				offset_in_page(dma_buff), buf_len, PAGE_SIZE);  in netcp_process_one_rx_packet()
  | 
| /linux-4.4.14/drivers/scsi/osd/ | 
| D | osd_initiator.c | 1057 		unsigned offset = offset_in_page(buff[i]);  in _create_sg_bios()
  | 
| /linux-4.4.14/drivers/tty/serial/ | 
| D | amba-pl011.c | 264 		PL011_DMA_BUFFER_SIZE, offset_in_page(dma_addr));  in pl011_sgbuf_init()
  | 
| /linux-4.4.14/net/ipv4/ | 
| D | tcp.c | 3042 			    offset_in_page(offset));  in tcp_md5_hash_skb_data()
  | 
| /linux-4.4.14/fs/reiserfs/ | 
| D | journal.c | 4211 			       addr + offset_in_page(cn->bh->b_data),  in do_journal_end()
  | 
| /linux-4.4.14/net/packet/ | 
| D | af_packet.c | 2430 	offset = offset_in_page(data);  in tpacket_fill_skb()
  |