Home
last modified time | relevance | path

Searched refs:MMAP (Results 1 – 23 of 23) sorted by relevance

/linux/tools/lib/perf/
A Devsel.c47 #define MMAP(e, x, y) (e->mmap ? ((struct perf_mmap *) xyarray__entry(e->mmap, x, y)) : NULL) macro
227 perf_mmap__munmap(MMAP(evsel, cpu, thread)); in perf_evsel__munmap()
257 map = MMAP(evsel, cpu, thread); in perf_evsel__mmap()
275 if (fd == NULL || *fd < 0 || MMAP(evsel, cpu, thread) == NULL) in perf_evsel__mmap_base()
278 return MMAP(evsel, cpu, thread)->base; in perf_evsel__mmap_base()
317 if (MMAP(evsel, cpu, thread) && in perf_evsel__read()
318 !perf_mmap__read_self(MMAP(evsel, cpu, thread), count)) in perf_evsel__read()
/linux/arch/um/kernel/
A Dtlb.c19 enum { NONE, MMAP, MUNMAP, MPROTECT } type; enumerator
71 case MMAP: in do_ops()
134 if ((last->type == MMAP) && in add_mmap()
149 { .type = MMAP, in add_mmap()
/linux/drivers/net/dsa/b53/
A DKconfig26 tristate "B53 MMAP connected switch driver"
/linux/Documentation/admin-guide/media/
A Domap4_camera.rst31 Supports usage of MMAP buffers only (for now).
A Dvivid.rst23 - Support for read()/write(), MMAP, USERPTR and DMABUF streaming I/O.
300 The hints are valid only when using MMAP streaming I/O. Default is 0.
/linux/Documentation/userspace-api/media/v4l/
A Dvidioc-reqbufs.rst116 .. _V4L2-BUF-CAP-SUPPORTS-MMAP:
122 .. _V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS:
A Dvidioc-expbuf.rst161 A queue is not in MMAP mode or DMABUF exporting is not supported or
A Dbuffer.rst572 <V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS>` capability.
583 <V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS>` capability.
735 <V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS>` capability.
/linux/Documentation/userspace-api/media/dvb/
A Ddmx-expbuf.rst86 A queue is not in MMAP mode or DMABUF exporting is not supported or
/linux/Documentation/sound/designs/
A Doss-emulation.rst126 wine, especially if they use the card only in the MMAP mode.
166 conversion and useful for MMAP-applications.
331 MMAP on ICE1712 driver
/linux/Documentation/sound/cards/
A Dhdspm.rst64 * access-mode -- MMAP (memory mapped), Not interleaved (PCM_NON-INTERLEAVED)
77 result), but if MMAP is used by the application. Therefore it
/linux/Documentation/admin-guide/mm/
A Dpagemap.rst68 11. MMAP
167 11 - MMAP
A Dnommu-mmap.rst108 Further notes on no-MMU MMAP
/linux/drivers/rapidio/devices/
A Drio_mport_cdev.c2149 rmcd_debug(MMAP, "type %d mapping @ %p (phys = %pad) for %s", in mport_release_mapping()
2174 rmcd_debug(MMAP, "%pad", &map->phys_addr); in mport_mm_open()
2182 rmcd_debug(MMAP, "%pad", &map->phys_addr); in mport_mm_close()
2203 rmcd_debug(MMAP, "0x%x bytes at offset 0x%lx", in mport_cdev_mmap()
2228 rmcd_debug(MMAP, "MMAP adjusted offset = 0x%lx", vma->vm_pgoff); in mport_cdev_mmap()
/linux/drivers/infiniband/sw/rdmavt/
A Dvt.c316 MMAP, enumerator
/linux/tools/perf/Documentation/
A Dperf-record.txt172 within a single mapping. MMAP events (or /proc/<pid>/maps) can be
605 choice in this option. For example, --synth=no would have MMAP events for
610 'mmap' - synthesize MMAP events for each process (implies 'task')
A Dperf.data-file-format.txt477 for example MMAP events)
A Dperf-script.txt318 Display mmap related events (e.g. MMAP, MMAP2).
A Dperf-config.txt578 'mmap' skips post-processing and reads build-ids from MMAP events.
/linux/Documentation/networking/
A Dpacket_mmap.rst4 Packet MMAP
57 Packet MMAP support was integrated into libpcap around the time of version 1.3.0;
/linux/tools/perf/
A Ddesign.txt353 * The MMAP events record the PROT_EXEC mappings so that we can
/linux/drivers/char/
A DKconfig373 bool "Enable HPET MMAP access by default"
/linux/Documentation/sparc/oradax/
A Doracle-dax.rst154 MMAP section in The Driver API

Completed in 43 milliseconds