/openbmc/u-boot/tools/ |
H A D | kwboot.c | 592 img = mmap(NULL, st.st_size, prot, flags, fd, 0); in kwboot_mmap_image()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | os.c | 220 hdr = mmap((void *)0x10000000, length + page_size, in os_malloc()
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt_msi.c | 589 mmap(NULL, in xen_pt_msix_init()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | pxa3xx-gcu.c | 574 .mmap = pxa3xx_gcu_mmap,
|
/openbmc/linux/kernel/dma/ |
H A D | Kconfig | 124 # Should be selected if we can mmap non-coherent mappings to userspace.
|
/openbmc/linux/drivers/vfio/fsl-mc/ |
H A D | vfio_fsl_mc.c | 592 .mmap = vfio_fsl_mc_mmap,
|
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/ |
H A D | rkisp1-stats.c | 84 .mmap = vb2_fop_mmap,
|
/openbmc/linux/drivers/infiniband/hw/erdma/ |
H A D | erdma_main.c | 472 .mmap = erdma_mmap,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_shmem_helper.c | 48 .mmap = drm_gem_shmem_object_mmap,
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_histo.c | 495 .mmap = vb2_fop_mmap,
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 506 .mmap = perf_event__process_mmap, in cmd_annotate()
|
/openbmc/linux/kernel/ |
H A D | auditsc.c | 1463 audit_log_format(ab, "fd=%d flags=0x%x", context->mmap.fd, in show_special() 1464 context->mmap.flags); in show_special() 2858 context->mmap.fd = fd; in __audit_mmap_fd() 2859 context->mmap.flags = flags; in __audit_mmap_fd()
|
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user.c | 454 mmap_addr = mmap(0, msg_region->memory_size + mmap_offset, in _vu_add_mem_reg() 1159 rc = mmap(0, log_mmap_size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, in vu_set_log_base_exec() 1902 ptr = mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, *fd, 0); in memfd_alloc() 1990 rc = mmap(0, mmap_size, PROT_READ | PROT_WRITE, MAP_SHARED, in vu_set_inflight_fd()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | resctrl.rst | 682 initial mmap() handling, there is no enforcement afterwards and the 691 2) During the second stage a user-space application maps (mmap()) the 707 group will exist in /dev/pseudo_lock. This character device can be mmap()'ed 1018 application for argument to mmap(). 1098 mapping = mmap(0, page_size, PROT_READ | PROT_WRITE, MAP_SHARED, 1101 perror("mmap");
|
H A D | shstk.rst | 171 for the new thread. New shadow stack creation behaves like mmap() with respect
|
/openbmc/linux/Documentation/gpu/ |
H A D | tegra.rst | 150 application using the mmap offset returned by the ``DRM_IOCTL_TEGRA_GEM_MMAP``
|
/openbmc/qemu/docs/ |
H A D | igd-assign.txt | 59 Failed to mmap 0000:00:02.0 BAR <>. Performance may be slow
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | v4l2.rst | 295 mmap(), poll(), select(), read() and write() functions. Typographical
|
/openbmc/linux/Documentation/trace/ |
H A D | stm.rst | 90 width==64, you should be able to mmap() one page on this file
|
/openbmc/qemu/linux-user/mips64/ |
H A D | syscall_n32.tbl | 19 9 n32 mmap sys_mips_mmap
|
H A D | syscall_n64.tbl | 19 9 n64 mmap sys_mips_mmap
|
/openbmc/qemu/tests/ |
H A D | vhost-user-bridge.c | 648 addr = mmap(NULL, length, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in vubr_host_notifier_setup()
|
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive_kvm.c | 705 addr = mmap(NULL, len, PROT_WRITE | PROT_READ, MAP_SHARED, xive->fd, in kvmppc_xive_mmap()
|
/openbmc/linux/drivers/input/rmi4/ |
H A D | rmi_f54.c | 279 .mmap = vb2_fop_mmap,
|
/openbmc/linux/drivers/vdpa/vdpa_user/ |
H A D | iova_domain.c | 542 .mmap = vduse_domain_mmap,
|