Searched refs:mmap (Results 326 - 350 of 804) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/sh/
H A Dsh_dac_audio.c214 .mmap = snd_pcm_lib_mmap_iomem,
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dcore-pkey.c330 core = mmap(NULL, core_size, PROT_READ, MAP_PRIVATE, fd, 0);
/linux-master/tools/lib/perf/include/perf/
H A Devent.h480 struct perf_record_mmap mmap; member in union:perf_event
/linux-master/fs/jffs2/
H A Dfile.c57 .mmap = generic_file_readonly_mmap,
/linux-master/arch/x86/boot/tools/
H A Dbuild.c221 kernel = mmap(NULL, sz, PROT_READ, MAP_SHARED, fd, 0);
223 die("Unable to mmap '%s': %m", argv[2]);
/linux-master/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c258 self->client_addr = mmap(NULL, sizeof(*self->client_addr), PROT_READ | PROT_WRITE,
/linux-master/tools/testing/vsock/
H A Dvsock_perf.c280 data = mmap(NULL, buf_size_bytes, PROT_READ | PROT_WRITE,
283 perror("mmap");
/linux-master/drivers/soc/aspeed/
H A Daspeed-p2a-ctrl.c213 * length that is used by the driver for mmap.
311 .mmap = aspeed_p2a_mmap,
/linux-master/drivers/soc/qcom/
H A Drmtfs_mem.c159 .mmap = qcom_rmtfs_mem_mmap,
/linux-master/drivers/platform/x86/intel/pmt/
H A Dclass.c109 dev_err(dev, "Requested mmap size is too large\n");
294 entry->pmt_bin_attr.mmap = intel_pmt_mmap;
/linux-master/drivers/media/platform/sunxi/sun4i-csi/
H A Dsun4i_v4l2.c255 .mmap = vb2_fop_mmap,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_dma_buf.c277 .mmap = drm_gem_dmabuf_mmap,
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c232 if (mmap(ptr, HPAGE_SIZE, PROT_READ | PROT_WRITE,
235 ksft_exit_fail_msg("mmap transhuge\n");
H A Dgup_longterm.c111 mem = mmap(NULL, size, PROT_READ | PROT_WRITE,
115 ksft_test_result_fail("mmap() failed\n");
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c326 .mmap = opal_prd_mmap,
/linux-master/include/linux/
H A Dvfio.h99 * @mmap: Perform mmap(2) on a region of the device file descriptor
125 int (*mmap)(struct vfio_device *vdev, struct vm_area_struct *vma); member in struct:vfio_device_ops
H A Dnet.h210 int (*mmap) (struct file *file, struct socket *sock, member in struct:proto_ops
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c401 void *stack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE,
/linux-master/fs/vboxsf/
H A Dfile.c216 .mmap = vboxsf_file_mmap,
/linux-master/tools/testing/selftests/pidfd/
H A Dpidfd_test.c516 child_exit_secs = mmap(NULL, sizeof *child_exit_secs, PROT_READ | PROT_WRITE,
520 ksft_exit_fail_msg("%s test: mmap failed (errno %d)\n",
/linux-master/include/media/
H A Dvideobuf2-core.h33 * memory mapped via mmap() ioctl. This model is
37 * memory mapped via mmap() ioctl.
102 * @mmap: setup a userspace mapping for a given memory buffer under
111 * #) Required ops for MMAP types: alloc, put, num_users, mmap.
149 int (*mmap)(void *buf_priv, struct vm_area_struct *vma); member in struct:vb2_mem_ops
167 * should be passed to mmap() called on the video node).
1034 * to the mmap file operation handler in the driver.
1036 * Should be called from mmap file operation handler of a driver.
1041 * When the userspace application calls mmap, it passes to it an offset returned
1050 * from the mmap handle
[all...]
/linux-master/sound/soc/loongson/
H A Dloongson_dma.c348 .mmap = loongson_pcm_mmap,
/linux-master/sound/soc/uniphier/
H A Daio-dma.c228 .mmap = uniphier_aiodma_mmap,
/linux-master/drivers/xen/
H A Dgrant-dma-ops.c287 .mmap = dma_common_mmap,
/linux-master/fs/ext2/
H A Dfile.c319 .mmap = ext2_file_mmap,

Completed in 347 milliseconds

<<11121314151617181920>>