Home
last modified time | relevance | path

Searched refs:mmap (Results 451 – 475 of 1205) sorted by relevance

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

/openbmc/linux/tools/perf/util/
H A Dmachine.c2009 .start = event->mmap.start, in machine__process_mmap_event()
2010 .end = event->mmap.start + event->mmap.len, in machine__process_mmap_event()
2011 .pgoff = event->mmap.pgoff, in machine__process_mmap_event()
2014 strlcpy(xm.name, event->mmap.filename, KMAP_NAME_LEN); in machine__process_mmap_event()
2021 thread = machine__findnew_thread(machine, event->mmap.pid, in machine__process_mmap_event()
2022 event->mmap.tid); in machine__process_mmap_event()
2029 map = map__new(machine, event->mmap.start, in machine__process_mmap_event()
2030 event->mmap.len, event->mmap.pgoff, in machine__process_mmap_event()
2031 NULL, prot, 0, NULL, event->mmap.filename, thread); in machine__process_mmap_event()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-top.txt80 --mmap-pages=<pages>::
81 Number of mmap data pages (must be a power of two) or size
230 When processing pre-existing threads /proc/XXX/mmap, it may take
274 doesn't uses many executable mmap operations. Work is being planed to solve
/openbmc/linux/Documentation/fb/
H A Dtgafb.rst59 mmap(). Running the standard XF86_TGA server from XFree86 3.3.x works fine for
/openbmc/linux/include/linux/amba/
H A Dclcd.h116 int (*mmap)(struct clcd_fb *, struct vm_area_struct *); member
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dtrace.c24 tb = mmap(NULL, size, PROT_READ | PROT_WRITE, in trace_buffer_allocate()
/openbmc/u-boot/tools/
H A Dmkenvimage.c196 filebuf = mmap(NULL, sizeof(*envptr) * filesize, PROT_READ, in main()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dpci.h230 void __iomem *mmap; member
/openbmc/linux/tools/testing/selftests/mm/
H A Dva_high_addr_switch.c260 p = mmap(t->addr, t->size, PROT_READ | PROT_WRITE, t->flags, -1, 0); in run_test()
/openbmc/linux/fs/reiserfs/
H A Dfile.c244 .mmap = generic_file_mmap,
/openbmc/linux/drivers/misc/ocxl/
H A Dsysfs.c159 info->attr_global_mmio.mmap = global_mmio_mmap; in ocxl_sysfs_register_afu()
/openbmc/linux/drivers/vfio/pci/pds/
H A Dvfio_dev.c228 .mmap = vfio_pci_core_mmap,
/openbmc/linux/arch/riscv/kernel/
H A Dsys_riscv.c33 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/linux/include/sound/
H A Dinfo.h55 int (*mmap)(struct snd_info_entry *entry, void *file_private_data, member
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_zswap.c166 values = mmap(0, sizeof(struct no_kmem_bypass_child_args), PROT_READ | in test_no_kmem_bypass()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c72 res->remapped = mmap(NULL, res->blob_size, PROT_READ, in virtio_gpu_remap_udmabuf()
/openbmc/linux/Documentation/mm/
H A Dunevictable-lru.rst189 list at mlock() or mmap() time, vmscan will not encounter the folios until they
264 (2) in the mmap() system call handler when mmapping a region with the
458 mmap(MAP_LOCKED) System Call Handling
463 to the mmap() call. There is one important and subtle difference here, though.
464 mmap() + mlock() will fail if the range cannot be faulted in (e.g. because
465 mm_populate fails) and returns with ENOMEM while mmap(MAP_LOCKED) will not fail.
469 Furthermore, any mmap() call or brk() call that expands the heap by a task
476 the mmap() handler and task address space expansion functions call
H A Dhugetlbfs_reserv.rst14 of huge pages at mmap() time. The idea is that if there were not enough
15 huge pages to cover the mapping, the mmap() would fail. This was first
16 done with a simple check in the code at mmap() time to determine if there
19 'reserve' huge pages at mmap() time to ensure that huge pages would be
91 time the mapping (mmap(MAP_PRIVATE)) is created.
102 created (shmget(SHM_HUGETLB)) or a mapping is created via mmap(MAP_HUGETLB).
111 flag was specified in either the shmget() or mmap() call. If NORESERVE
117 the length of the segment/mapping. For mmap(), the offset argument could
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dbuffer.rst257 :c:func:`mmap()` function not useful for applications.
258 See :ref:`mmap` for details
346 is the value that should be passed to :c:func:`mmap()`,
466 application's address space, see :ref:`mmap` for details.
565 queue is used for :ref:`memory mapping <mmap>` streaming I/O and
576 is ignored unless the queue is used for :ref:`memory mapping <mmap>`
686 - The buffer is used for :ref:`memory mapping <mmap>` I/O.
728 only if the buffer is used for :ref:`memory mapping <mmap>` I/O and the
/openbmc/linux/Documentation/admin-guide/media/
H A Dphilips.rst71 buffers to reserve for mmap(), VIDIOCCGMBUF, VIDIOCMCAPTURE and friends.
76 grabbing with a tool that uses mmap(), you might want to increase if.
211 8 0x8 read(), mmap() and associated ioctl() calls Off
/openbmc/linux/kernel/dma/
H A Dmapping.c444 return ops->mmap != NULL; in dma_can_mmap()
470 if (!ops->mmap) in dma_mmap_attrs()
472 return ops->mmap(dev, vma, cpu_addr, dma_addr, size, attrs); in dma_mmap_attrs()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-fix-compile-errors.patch460 - if((mb->p=mmap(0,len,PROT_READ,MAP_PRIVATE,mb->fd,(off_t)0))==MAP_FAILED)
465 + if((mb->p=mmap(0,mlen,PROT_READ,MAP_PRIVATE,mb->fd,(off_t)0))==MAP_FAILED)
494 @@ -124,9 +124,9 @@ mmap: if((mb->p=mmap(0,len+1,P_RW,MAP_SHARED,mb->fd,(off_t)0))==MAP_FAILED)
517 int fd; /* file which is mmap()ed */
/openbmc/linux/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c235 ci0 = mmap(NULL, bufsize, PROT_WRITE | PROT_READ, MAP_SHARED, in do_test()
237 ci1 = mmap(NULL, bufsize, PROT_WRITE | PROT_READ, MAP_SHARED, in do_test()
/openbmc/linux/drivers/char/
H A Dmem.c650 .mmap = mmap_mem,
681 .mmap = mmap_zero,
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dcommand_buffer.c254 return cb->hdev->asic_funcs->mmap(cb->hdev, vma, cb->kernel_address, in hl_cb_mmap()
263 .mmap = hl_cb_mmap,
/openbmc/linux/fs/9p/
H A Dvfs_file.c590 .mmap = generic_file_readonly_mmap,
605 .mmap = v9fs_file_mmap,

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