Searched refs:mmap (Results 376 - 400 of 804) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c278 .mmap = rockchip_drm_gem_object_mmap,
/linux-master/drivers/misc/sgi-gru/
H A Dgrufile.c7 * This file supports the user system call for file open, close, mmap, etc.
511 .mmap = gru_file_mmap,
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c48 buffer = mmap(0, BUFFER_SIZE, PROT_READ | PROT_WRITE,
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c28 * paste_addr = mmap(NULL, PAGE_SIZE, prot, MAP_SHARED, fd, 0ULL).
500 * The initial mmap is done after the window is opened
501 * with ioctl. But before mmap(), this window can be closed in
503 * So if the window is not active, return mmap() failure with
504 * -EACCES and expects the user space reissue mmap() when it
506 * mmap_mutex protects the paste address mmap() with DLPAR
507 * close/open event and allows mmap() only when the window is
559 .mmap = coproc_mmap,
/linux-master/include/uapi/linux/
H A Dperf_event.h422 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
440 mmap_data : 1, /* non-exec mmap data */
448 mmap2 : 1, /* include mmap with inode data */
569 * Structure of the page that can be mapped via mmap
709 * Control data for the mmap() data buffer.
735 * prior to mmap()ing it. Size of the mmap()ed area should be aux_size.
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_main.c256 .mmap = siw_mmap,
/linux-master/drivers/media/common/saa7146/
H A Dsaa7146_fops.c206 .mmap = vb2_fop_mmap,
/linux-master/drivers/video/fbdev/core/
H A Dfb_chrdev.c414 .mmap = fb_mmap,
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c224 mod = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h422 mmap : 1, /* include mmap data */ member in struct:perf_event_attr
440 mmap_data : 1, /* non-exec mmap data */
448 mmap2 : 1, /* include mmap with inode data */
569 * Structure of the page that can be mapped via mmap
709 * Control data for the mmap() data buffer.
735 * prior to mmap()ing it. Size of the mmap()ed area should be aux_size.
/linux-master/tools/lib/perf/tests/
H A Dtest-evlist.c18 #include <perf/mmap.h>
284 __T("failed to mmap evlist", err == 0);
371 __T("failed to mmap evlist", err == 0);
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c269 .mmap = cma_heap_mmap,
/linux-master/drivers/xen/
H A Dgntalloc.c34 * 5. A program in X mmap()s a segment of the gntalloc device that corresponds
39 * The grant allocation and mmap()ing are, naturally, two separate operations.
40 * You set up the sharing by calling the create ioctl() and then the mmap().
93 uint64_t file_index; /* File offset for mmap() */
554 .mmap = gntalloc_mmap
/linux-master/fs/nfs/
H A Dnfs4file.c451 .mmap = nfs_file_mmap,
/linux-master/tools/testing/vsock/
H A Dutil.c568 * 'iov_base' == NULL -> valid buf: mmap('iov_len').
571 * mmap('iov_len'), then munmap('iov_len').
573 * mmap().
576 * mmap('iov_len') + number.
596 iovec[i].iov_base = mmap(NULL, iovec[i].iov_len,
601 perror("mmap");
/linux-master/drivers/accel/ivpu/
H A Divpu_gem.c255 .mmap = drm_gem_shmem_object_mmap,
/linux-master/drivers/acpi/
H A Dpfr_telemetry.c345 .mmap = pfrt_log_mmap,
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-core.c400 .mmap = v4l2_m2m_fop_mmap,
/linux-master/arch/mips/sibyte/common/
H A Dsb_tbprof.c534 .mmap = NULL,
/linux-master/include/linux/
H A Dkernfs.h320 int (*mmap)(struct kernfs_open_file *of, struct vm_area_struct *vma); member in struct:kernfs_ops
/linux-master/drivers/media/platform/mediatek/vcodec/encoder/
H A Dmtk_vcodec_enc_drv.c231 .mmap = v4l2_m2m_fop_mmap,
/linux-master/drivers/tee/
H A Dtee_shm.c457 .mmap = tee_shm_fop_mmap,
/linux-master/drivers/crypto/tegra/
H A Dtegra-se-main.c117 .mmap = tegra_se_cmdbuf_mmap,
/linux-master/security/integrity/ima/
H A Dima.h305 hook(MMAP_CHECK, mmap) \
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_object.c100 .mmap = drm_gem_ttm_mmap,

Completed in 535 milliseconds

<<11121314151617181920>>