Searched defs:pgoff (Results 26 - 50 of 143) sorted by path

123456

/linux-master/arch/x86/kernel/
H A Dsys_x86_64.c116 arch_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
154 arch_get_unmapped_area_topdown(struct file *filp, const unsigned long addr0, const unsigned long len, const unsigned long pgoff, const unsigned long flags) argument
/linux-master/arch/x86/mm/
H A Dhugetlbpage.c49 hugetlb_get_unmapped_area_bottomup(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
72 hugetlb_get_unmapped_area_topdown(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
113 hugetlb_get_unmapped_area(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/linux-master/arch/xtensa/kernel/
H A Dsyscall.c57 arch_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/linux-master/drivers/android/
H A Dbinder_alloc.c738 pgoff_t pgoff = buffer_space_offset & ~PAGE_MASK; local
763 pgoff_t pgoff; local
1240 pgoff_t pgoff; local
1272 pgoff_t pgoff; local
[all...]
/linux-master/drivers/char/
H A Dmem.c301 get_unmapped_area_mem(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
531 get_unmapped_area_zero(struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/linux-master/drivers/comedi/
H A Dcomedi_buf.c206 unsigned int pgoff = offset_in_page(offset); local
/linux-master/drivers/dax/
H A Dbus.c875 unsigned long pgoff = 0; local
H A Ddax-private.h76 unsigned long pgoff; member in struct:dev_dax::dev_dax_range
H A Ddevice.c54 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, argument
82 pgoff_t pgoff; local
142 pgoff_t pgoff; local
186 pgoff_t pgoff; local
310 dax_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
[all...]
H A Dsuper.c150 long dax_direct_access(struct dax_device *dax_dev, pgoff_t pgoff, long nr_pages, argument
172 size_t dax_copy_from_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, argument
188 size_t dax_copy_to_iter(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, argument
204 int dax_zero_page_range(struct dax_device *dax_dev, pgoff_t pgoff, argument
224 dax_recovery_write(struct dax_device *dax_dev, pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *iter) argument
[all...]
/linux-master/drivers/dma-buf/
H A Ddma-buf.c1472 dma_buf_mmap(struct dma_buf *dmabuf, struct vm_area_struct *vma, unsigned long pgoff) argument
H A Dudmabuf.c37 pgoff_t pgoff = vmf->pgoff; local
206 pgoff_t pgoff, pgcnt, pgidx, pgbuf = 0, pglimit; local
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c340 drm_gem_dma_get_unmapped_area(struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) argument
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c169 pgoff_t pgoff; local
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c1011 unsigned long req_size, pgoff, req_start; local
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c294 pgoff_t pgoff; local
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c357 pgoff_t pgoff; local
387 pgoff_t pgoff, base_pgoff; local
694 omap_gem_cpu_sync_page(struct drm_gem_object *obj, int pgoff) argument
[all...]
/linux-master/drivers/hwtracing/intel_th/
H A Dmsu.c69 unsigned long pgoff; member in struct:msc_window
982 msc_buffer_contig_get_page(struct msc *msc, unsigned long pgoff) argument
1395 msc_buffer_get_page(struct msc *msc, unsigned long pgoff) argument
[all...]
/linux-master/drivers/infiniband/core/
H A Dib_core_uverbs.c117 rdma_user_mmap_entry_get_pgoff(struct ib_ucontext *ucontext, unsigned long pgoff) argument
[all...]
H A Dumem.c84 unsigned long va, pgoff; local
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c1018 u64 pgoff = 0; local
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c2296 unsigned long pgoff; local
/linux-master/drivers/iommu/iommufd/
H A Diova_bitmap.c42 unsigned long pgoff; member in struct:iova_bitmap_map
/linux-master/drivers/md/
H A Ddm-linear.c159 static struct dax_device *linear_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) argument
168 static long linear_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, argument
177 static int linear_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, argument
185 static size_t linear_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, argument
[all...]
H A Ddm-log-writes.c892 static long log_writes_dax_direct_access(struct dm_target *ti, pgoff_t pgoff, argument
901 static int log_writes_dax_zero_page_range(struct dm_target *ti, pgoff_t pgoff, argument
883 log_writes_dax_pgoff(struct dm_target *ti, pgoff_t *pgoff) argument
909 log_writes_dax_recovery_write(struct dm_target *ti, pgoff_t pgoff, void *addr, size_t bytes, struct iov_iter *i) argument
[all...]

Completed in 332 milliseconds

123456