Home
last modified time | relevance | path

Searched refs:mmap (Results 351 – 375 of 1205) sorted by relevance

1...<<11121314151617181920>>...49

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-expbuf.rst34 This ioctl is an extension to the :ref:`memory mapping <mmap>` I/O
131 used for :ref:`memory mapping <mmap>` I/O and can range from
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c330 .mmap = vb2_vmalloc_dmabuf_ops_mmap,
435 .mmap = vb2_vmalloc_mmap,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-inject.txt76 Process jitdump files by injecting the mmap records corresponding to jitted
103 Currently only mmap, mmap2, comm, task, context_switch, ksymbol,
H A Dperf-trace.txt107 --mmap-pages=::
108 Number of mmap data pages (must be a power of two) or size
176 Using this will, for the root user, bump the value of --mmap-pages to 4
178 sysctl. This is done only if the user doesn't specify a --mmap-pages value.
222 When processing pre-existing threads /proc/XXX/mmap, it may take a long time,
/openbmc/linux/fs/ecryptfs/
H A Dfile.c196 if (!lower_file->f_op->mmap) in ecryptfs_mmap()
436 .mmap = ecryptfs_mmap,
/openbmc/linux/crypto/
H A Dalgif_skcipher.c191 .mmap = sock_no_mmap,
269 .mmap = sock_no_mmap,
/openbmc/linux/samples/nitro_enclaves/
H A Dne_ioctl_sample.c261 ne_user_mem_region->userspace_addr = mmap(NULL, ne_user_mem_region->memory_size, in ne_alloc_user_mem_region()
351 enclave_image = mmap(NULL, enclave_image_size, PROT_READ, in ne_load_enclave_image()
/openbmc/linux/fs/coda/
H A Dfile.c165 if (!host_file->f_op->mmap) in coda_file_mmap()
328 .mmap = coda_file_mmap,
/openbmc/linux/include/linux/
H A Dhost1x.h147 void *(*mmap)(struct host1x_bo *bo); member
182 return bo->ops->mmap(bo); in host1x_bo_mmap()
/openbmc/qemu/bsd-user/
H A Dmain.c534 p = mmap((void *)guest_base, reserved_va + 1, PROT_NONE, in main()
537 p = mmap(NULL, reserved_va + 1, PROT_NONE, in main()
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst38 ``mmap()`` and ``mprotect()``:
332 a = mmap(0, page_sz, PROT_READ | PROT_WRITE,
335 perror("mmap() failed");
340 * Enable MTE on the above anonymous mmap. The flag could be passed
341 * directly to mmap() and skip this step.
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch34 /* The section data is allocated if we couldn't mmap
/openbmc/linux/tools/testing/selftests/mm/
H A Dmrelease_test.c27 buf = (char *)mmap(NULL, nr_pages * psize(), PROT_READ | PROT_WRITE, in alloc_noexit()
H A Dprotection_keys.c705 ptr = mmap(NULL, size, prot, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in malloc_pkey_with_mprotect()
728 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in malloc_pkey_anon_huge()
808 ptr = mmap(NULL, size, PROT_NONE, flags, -1, 0); in malloc_pkey_hugetlb()
829 ptr = mmap(0, size, prot, MAP_SHARED, fd, 0); in malloc_pkey_mmap_dax()
1289 buf = mmap(NULL, 1*MB, PROT_READ|PROT_WRITE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in arch_force_pkey_reg_init()
1764 ptr = mmap(NULL, size, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in main()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_dmabuf.c93 .mmap = mock_dmabuf_mmap,
/openbmc/linux/tools/perf/tests/
H A Dbackward-ring-buffer.c38 struct mmap *map = &evlist->overwrite_mmap[i]; in count_samples()
/openbmc/linux/tools/testing/selftests/powerpc/dexcr/
H A Dhashchk_test.c199 child_stack = mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, in hashchk_clone_share_key_test()
/openbmc/linux/arch/x86/boot/tools/
H A Dbuild.c221 kernel = mmap(NULL, sz, PROT_READ, MAP_SHARED, fd, 0); in main()
/openbmc/linux/include/sound/
H A Dcompress_driver.h128 int (*mmap)(struct snd_compr_stream *stream, member
/openbmc/linux/fs/sysfs/
H A Dfile.c167 return battr->mmap(of->file, kobj, battr, vma); in sysfs_kf_bin_mmap()
250 .mmap = sysfs_kf_bin_mmap,
313 if (battr->mmap) in sysfs_add_bin_file_mode_ns()
/openbmc/linux/drivers/pci/
H A Dpci-sysfs.c966 b->legacy_io->mmap = pci_mmap_legacy_io; in pci_create_legacy_files()
979 b->legacy_mem->mmap = pci_mmap_legacy_mem; in pci_create_legacy_files()
1186 res_attr->mmap = pci_mmap_resource_wc; in pci_create_attr()
1193 res_attr->mmap = pci_mmap_resource_uc; in pci_create_attr()
1195 res_attr->mmap = pci_mmap_resource_uc; in pci_create_attr()
1198 if (res_attr->mmap) in pci_create_attr()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsubpage_prot.c208 fileblock = mmap(NULL, filesize, PROT_READ | PROT_WRITE, in test_file()
/openbmc/linux/tools/perf/util/
H A Dcopyfile.c53 ptr = mmap(NULL, off_in + size, PROT_READ, MAP_PRIVATE, ifd, pgoff); in copyfile_offset()
/openbmc/u-boot/tools/
H A Ddumpimage.c160 ptr = mmap(0, sbuf.st_size, PROT_READ, MAP_SHARED, ifd, 0); in main()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c99 fault_addr = mmap(0, 4096, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in test_bpf_mod_race_config()

1...<<11121314151617181920>>...49