Home
last modified time | relevance | path

Searched refs:mmap (Results 526 – 550 of 1205) sorted by relevance

1...<<21222324252627282930>>...49

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-streamon.rst40 (:ref:`memory mapping <mmap>`, :ref:`user pointer <userp>` or
/openbmc/linux/net/bluetooth/hidp/
H A Dsock.c240 .mmap = sock_no_mmap
/openbmc/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c208 .mmap = drm_gem_shmem_object_mmap,
/openbmc/linux/arch/arm/mm/
H A DMakefile9 mmap.o pgd.o mmu.o pageattr.o
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c110 .mmap = drm_gem_ttm_mmap,
/openbmc/linux/tools/include/nolibc/
H A Dstdlib.h138 heap = mmap(NULL, len, PROT_READ|PROT_WRITE, MAP_ANONYMOUS|MAP_PRIVATE, in malloc()
/openbmc/linux/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c29 .mmap = mtk_drm_gem_object_mmap,
/openbmc/openpower-pnor-code-mgmt/
H A Dimage_verify.cpp305 return CustomMap(mmap(nullptr, size, PROT_READ, MAP_PRIVATE, fd(), 0), in mapFile()
/openbmc/linux/tools/perf/Documentation/
H A Dperf-intel-pt.txt591 The default snapshot size is the auxtrace mmap size. If neither auxtrace mmap size
594 If an unprivileged user does not specify mmap pages, the mmap pages will be
595 reduced as described in the 'new auxtrace mmap size option' section below.
602 new auxtrace mmap size option
616 If an unprivileged user does not specify mmap pages, the mmap pages will be
629 The mmap size and auxtrace mmap size are displayed if the -vv option is used e.g.
631 mmap length 528384
632 auxtrace mmap length 4198400
860 mmap 1
872 mmap size 528384B
[all …]
/openbmc/linux/Documentation/filesystems/
H A Drelay.rst16 buffer. User space applications mmap() or read() from the relay files
66 read() interface is easy to use, it's not as efficient as the mmap()
117 mmap() results in channel buffer being mapped into the caller's
118 memory space. Note that you can't do a partial mmap - you
323 section, as it pertains mainly to mmap() implementations.
/openbmc/linux/Documentation/mm/damon/
H A Ddesign.rst85 heap and the uppermost mmap()-ed region, and the gap between the lowermost
86 mmap()-ed region and the stack in most of the cases. Because these gaps are
92 <uppermost mmap()-ed region>
93 (small mmap()-ed regions and munmap()-ed regions)
94 <lowermost mmap()-ed region>
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c104 .mmap = NULL,
/openbmc/linux/sound/soc/uniphier/
H A Daio-dma.c228 .mmap = uniphier_aiodma_mmap,
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dgen-hyprel.c266 elf.begin = mmap(0, stat.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in init_elf()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c183 buff = mmap(NULL, mmap_size, in event_sample_buf_mmap()
/openbmc/linux/Documentation/fb/
H A Ddeferred_io.rst45 No changes needed. mmap the framebuffer like normal and just use it.
/openbmc/linux/mm/
H A DMakefile40 mlock.o mmap.o mmu_gather.o mprotect.o mremap.o \
/openbmc/linux/Documentation/core-api/
H A Dprotection-keys.rst50 ptr = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0);
/openbmc/linux/kernel/
H A Daudit.h196 } mmap; member
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gem.c146 .mmap = lsdc_gem_object_mmap,
/openbmc/google-misc/subprojects/metrics-ipmi-blobs/
H A Dutil.cpp249 mmap(NULL, pageSize * 2, PROT_READ, MAP_SHARED, fd, pageOffset); in readMem()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c301 guest_mem = mmap(0, size, PROT_READ | PROT_WRITE, in read_guest_mem_server()
714 guest_mem = mmap(0, size, PROT_READ | PROT_WRITE, in write_guest_mem()
875 log = mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, s->log_fd, 0); in test_migrate()
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst174 | guest address | size | user address | mmap offset |
183 :mmap offset: 64-bit offset where region starts in the mapped memory
190 | guest address | size | user address | mmap offset | xen mmap flags | domid |
193 :xen mmap flags: 32-bit bit field
303 | mmap size | mmap offset | num queues | queue size |
306 :mmap size: a 64-bit size of area to track inflight I/O
308 :mmap offset: a 64-bit offset of this area from the start
1616 user address and size. The mmap offset is ignored.
1774 (which is mmap size and should be the same as host page size) and
1775 offset (which is mmap offset) carried in the vring area
[all …]
/openbmc/linux/Documentation/driver-api/
H A Dvfio.rst114 regions and their read/write/mmap offsets on the device descriptor, as
204 dma_map.vaddr = mmap(0, 1024 * 1024, PROT_READ | PROT_WRITE,
363 map.user_va = (int64_t)mmap(0, 1024 * 1024, PROT_READ | PROT_WRITE,
422 int (*mmap)(struct vfio_device *vdev, struct vm_area_struct *vma);
455 - The read/write/mmap callbacks implement the device region access defined
535 dma_map.vaddr = mmap(0, 1024 * 1024, PROT_READ | PROT_WRITE,
/openbmc/linux/sound/isa/msnd/
H A Dmsnd.c570 .mmap = snd_pcm_lib_mmap_iomem,
668 .mmap = snd_pcm_lib_mmap_iomem,

1...<<21222324252627282930>>...49