Searched refs:mmap (Results 476 - 500 of 804) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/xe/
H A Dxe_device.c173 .mmap = drm_gem_mmap,
/linux-master/drivers/media/pci/intel/ipu6/
H A Dipu6-dma.c494 .mmap = ipu6_dma_mmap,
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c572 .mmap = vb2_fop_mmap,
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c814 .mmap = drm_gem_ttm_mmap,
H A Ddrm_gem_shmem_helper.c47 .mmap = drm_gem_shmem_object_mmap,
553 * mmap'd, vm_open() just grabs an additional reference for the new
588 * This function implements an augmented version of the GEM DRM file mmap
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_main.c505 .mmap = erdma_mmap,
/linux-master/drivers/infiniband/hw/efa/
H A Defa_main.c381 .mmap = efa_mmap,
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_64.c73 * mm/mmap.c in two ways:
75 * 1) For file backed MAP_SHARED mmap()'s we D-cache color align,
200 * A failed mmap() very likely causes application failure,
202 * can happen with large stack limits and large mmap()
450 /* Linux version of mmap */
451 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len,
/linux-master/arch/x86/kernel/
H A Damd_gart_64.c675 .mmap = dma_common_mmap,
/linux-master/tools/testing/selftests/user_events/
H A Dftrace_test.c409 anon = mmap(NULL, l, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
/linux-master/net/atm/
H A Dsvc.c656 .mmap = sock_no_mmap,
/linux-master/drivers/vfio/pci/qat/
H A Dmain.c616 .mmap = vfio_pci_core_mmap,
/linux-master/tools/testing/selftests/cgroup/
H A Dtest_core.c56 buf = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON,
/linux-master/fs/overlayfs/
H A Dfile.c603 .mmap = ovl_mmap,
/linux-master/include/linux/
H A Dsysfs.h304 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, member in struct:bin_attribute
/linux-master/drivers/media/dvb-core/
H A Ddmxdev.c138 * The ringbuffer is used for both read and mmap.
1269 .mmap = dvb_demux_mmap,
1396 .mmap = dvb_dvr_mmap,
/linux-master/net/ipv6/
H A Daf_inet6.c706 .mmap = tcp_mmap,
739 .mmap = sock_no_mmap,
/linux-master/sound/pci/nm256/
H A Dnm256.c887 .mmap = snd_pcm_lib_mmap_iomem,
900 .mmap = snd_pcm_lib_mmap_iomem,
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1113 * Guest(Please see mmap/ioctl/read/write override functions).
1349 .mmap = hisi_acc_vfio_pci_mmap,
1368 .mmap = vfio_pci_core_mmap,
/linux-master/samples/vfio-mdev/
H A Dmbochs.c929 .mmap = mbochs_mmap_dmabuf,
1378 .mmap = mbochs_mmap,
/linux-master/fs/gfs2/
H A Dfile.c408 * gfs2_page_mkwrite - Make a shared, mmap()ed, page writable
1579 .mmap = gfs2_mmap,
1612 .mmap = gfs2_mmap,
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1179 .mmap = vb2_fop_mmap,
1189 .mmap = vb2_fop_mmap,
/linux-master/sound/core/
H A Dpcm_native.c263 if (substream->ops->mmap || substream->ops->page)
3629 * mmap support
3633 * Only on coherent architectures, we can mmap the status and the control records
3638 * mmap status record
3676 * mmap control record
3714 * pages), we have to disable the mmap of status and control data
3721 * coupled, we have to disable the status mmap for old alsa-lib, too.
3736 /* Disallow the control mmap when SYNC_APPLPTR flag is set;
3745 #else /* ! coherent mmap */
3747 * don't support mmap fo
[all...]
/linux-master/drivers/accel/habanalabs/common/
H A Dhabanalabs.h44 /* Use upper bits of mmap offset to store habana driver specific information.
45 * bits[63:59] - Encode mmap type
46 * bits[45:0] - mmap offset value
911 * @mmap: callback executed on mmap, must map the buffer to vma
919 int (*mmap)(struct hl_mmap_mem_buf *buf, struct vm_area_struct *vma, void *args); member in struct:hl_mmap_mem_buf_behavior
929 * @mmap: atomic boolean indicating whether or not the buffer is mapped right now
941 atomic_t mmap; member in struct:hl_mmap_mem_buf
1508 * @mmap: maps a memory.
1593 * @get_hw_block_id: retrieve a HW block id to be used by the user to mmap i
1633 int (*mmap)(struct hl_device *hdev, struct vm_area_struct *vma, member in struct:hl_asic_funcs
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c284 bufs = mmap(NULL, umem_sz, PROT_READ | PROT_WRITE, mmap_flags, -1, 0);
1668 bufs = mmap(NULL, umem_sz, PROT_READ | PROT_WRITE, mmap_flags, -1, 0);
2292 bufs = mmap(NULL, mmap_sz, PROT_READ | PROT_WRITE,

Completed in 606 milliseconds

<<11121314151617181920>>