Home
last modified time | relevance | path

Searched refs:mmap (Results 176 – 200 of 1205) sorted by relevance

12345678910>>...49

/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-group-sampling27 mmap=0
/openbmc/linux/include/drm/
H A Ddrm_accel.h31 .mmap = drm_gem_mmap
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst18 No read-ahead takes place. Shared mmap is disabled.
22 after any writes to the file. All mmap modes are supported.
/openbmc/linux/Documentation/networking/
H A Dpacket_mmap.rst10 This file documents the mmap() facility available with the PACKET
50 How to use mmap() to improve capture process
60 How to use mmap() directly to improve capture process
70 mmap() ---------> mapping of the allocated buffer to the
96 allocated RX and TX buffer ring with a single mmap() call.
103 How to use mmap() directly to improve transmission process
111 mmap() ---------> mapping of the allocated buffer to the
408 just one call to mmap is needed::
410 mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0);
419 RX and TX buffer ring has to be done with one call to mmap::
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Dsys.c21 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx_fcalls.rst16 dmx-mmap
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-libarchive-c_5.1.bb17 python3-mmap \
H A Dpython3-smmap_6.0.0.bb17 python3-mmap \
/openbmc/linux/tools/testing/selftests/proc/
H A Dthread-self.c56 stack = mmap(NULL, 2 * PAGE_SIZE, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in main()
/openbmc/phosphor-mboxd/test/
H A Dbmc_event_ack_v2.c50 map = mmap(NULL, details.st_size, PROT_READ, MAP_PRIVATE, in main()
/openbmc/openbmc/meta-security/recipes-mac/smack/
H A Dsmack-test_1.0.bb25 RDEPENDS:${PN} = "smack python3-core mmap-smack-test tcp-smack-test udp-smack-test"
/openbmc/linux/fs/minix/
H A Dfile.c20 .mmap = generic_file_mmap,
/openbmc/linux/fs/sysv/
H A Dfile.c27 .mmap = generic_file_mmap,
/openbmc/qemu/tests/tcg/aarch64/
H A Dmte-8.c68 a = mmap(0, page_sz, PROT_READ | PROT_WRITE, in main()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dsegv_errors.c43 p = mmap(NULL, getpagesize(), 0, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0); in test_segv_errors()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cachecontrol_0.14.0.bb25 python3-mmap \
/openbmc/linux/arch/arm64/mm/
H A DMakefile4 ioremap.o mmap.o pgd.o mmu.o \
/openbmc/linux/tools/lib/bpf/
H A Dringbuf.c119 tmp = mmap(NULL, rb->page_size, PROT_READ | PROT_WRITE, MAP_SHARED, map_fd, 0); in ring_buffer__add()
137 tmp = mmap(NULL, (size_t)mmap_sz, PROT_READ, MAP_SHARED, map_fd, rb->page_size); in ring_buffer__add()
378 tmp = mmap(NULL, rb->page_size, PROT_READ, MAP_SHARED, map_fd, 0); in user_ringbuf_map()
397 tmp = mmap(NULL, (size_t)mmap_sz, PROT_READ | PROT_WRITE, MAP_SHARED, in user_ringbuf_map()
/openbmc/linux/tools/testing/selftests/mm/
H A Drun_vmtests.sh29 - mmap
30 tests for mmap(2)
235 CATEGORY="hugetlb" run_test ./hugepage-mmap
H A D.gitignore3 hugepage-mmap
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c164 p = mmap(NULL, in test_alloc_and_import()
242 p = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, dmabuf_fd[i], 0); in test_alloc_zeroed()
266 p = mmap(NULL, size, PROT_READ | PROT_WRITE, MAP_SHARED, dmabuf_fd[i], 0); in test_alloc_zeroed()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvugbm.h50 uint8_t *mmap; member
/openbmc/linux/tools/testing/selftests/powerpc/mce/
H A Dinject-ra-err.c49 paste_addr = mmap(NULL, 4096, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0ULL); in test_ra_error()
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/mm/
H A Dindex.rst41 * nommu-mmap
/openbmc/qemu/bsd-user/
H A Dmeson.build15 'mmap.c',

12345678910>>...49