Home
last modified time | relevance | path

Searched refs:mmap (Results 101 – 125 of 1205) sorted by relevance

12345678910>>...49

/openbmc/linux/tools/perf/util/
H A Dsideband_evlist.c59 struct mmap *map = &evlist->mmap[i]; in perf_evlist__poll_thread()
/openbmc/linux/tools/perf/tests/
H A Dkeep-tracking.c36 struct mmap *md; in find_comm()
41 md = &evlist->mmap[i]; in find_comm()
H A Dperf-record.c171 struct mmap *md; in test__PERF_RECORD()
173 md = &evlist->mmap[i]; in test__PERF_RECORD()
252 mmap_filename = event->mmap.filename; in test__PERF_RECORD()
/openbmc/linux/Documentation/ABI/removed/
H A Dsysfs-selinux-checkreqprot11 to check the protection requested by userspace for mmap/mprotect
23 check the actual protections being applied upon mmap/mprotect calls.
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dlpc_nuvoton.cpp56 mapped = reinterpret_cast<uint8_t*>(sys->mmap( in open()
176 sys->mmap(nullptr, pageSize, PROT_READ | PROT_WRITE, MAP_SHARED, fd, in mapWindow()
/openbmc/linux/tools/testing/selftests/net/
H A Dtoeplitz.c96 char *mmap; member
224 block = (void *)(ring->mmap + ring->idx * ring_block_sz); in recv_block()
278 ring = mmap(0, req3.tp_block_size * req3.tp_block_nr, in setup_ring()
405 rings[i].fd = create_ring(&rings[i].mmap); in setup_rings()
418 if (munmap(rings[i].mmap, ring_block_nr * ring_block_sz)) in cleanup_rings()
/openbmc/openbmc/poky/scripts/
H A Dinstall-buildtools77 import mmap
81 with mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ) as mm:
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dhmm.rst40 具体来说,这意味着想要利用像 GPU 这样的设备的代码需要在通用分配的内存(malloc、mmap
41 私有、mmap 共享)和通过设备驱动程序 API 分配的内存之间复制对象(这仍然以 mmap 结束,
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.hpp40 virtual void* mmap(void* addr, std::size_t length, int prot, int flags,
75 void* mmap(void* addr, std::size_t length, int prot, int flags, int fd,
/openbmc/phosphor-ipmi-flash/tools/
H A Dio.cpp31 devMemMapped = sys->mmap(0, alignedSize, PROT_READ, MAP_SHARED, devMemFd, in read()
70 devMemMapped = sys->mmap(0, alignedSize, PROT_WRITE, MAP_SHARED, devMemFd, in write()
/openbmc/linux/tools/perf/
H A Ddesign.txt58 mmap : 1, /* include mmap data */
196 available to user-space using mmap() (see below).
232 The 'mmap' and 'munmap' bits allow recording of PROT_EXEC mmap/munmap
285 Like stated, asynchronous events, like counter overflow or PROT_EXEC mmap
287 accessed through mmap().
289 The mmap size should be 1+2^n pages, where the first page is a meta-data page
294 * Structure of the page that can be mapped via mmap
327 * Control data for the mmap() data buffer.
470 should select PERF_USE_VMALLOC in order to avoid these for perf mmap().
/openbmc/linux/arch/csky/abiv1/
H A DMakefile6 obj-y += mmap.o
/openbmc/linux/fs/ufs/
H A Dfile.c41 .mmap = generic_file_mmap,
/openbmc/phosphor-mboxd/test/
H A Dmbox.c72 map = mmap(NULL, details.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in mbox_cmp()
99 map = mmap(NULL, details.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in mbox_rspcpy()
296 map = mmap(NULL, test.context.mtd_info.size, PROT_WRITE, MAP_SHARED, in mbox_set_mtd_data()
/openbmc/linux/fs/romfs/
H A DMakefile11 romfs-$(CONFIG_ROMFS_ON_MTD) += mmap-nommu.o
/openbmc/linux/fs/adfs/
H A Dfile.c28 .mmap = generic_file_mmap,
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase_restore.c51 unsigned int *target = mmap( in init_seg()
79 struct user_desc *low_desc = mmap( in init_seg()
/openbmc/qemu/tests/tcg/s390x/
H A Dsignals-s390x.c80 page = mmap(expected.addr, 4096, PROT_READ | PROT_WRITE, in handle_signal()
119 page = mmap(NULL, 4096, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in check_sigsegv()
/openbmc/linux/arch/um/os-Linux/
H A Dmem.c31 if (mmap(start, in kasan_map_memory()
218 addr = mmap(NULL, UM_KERN_PAGE_SIZE, in check_tmpexec()
/openbmc/linux/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c173 ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, in main()
186 ptr = mmap(NULL, size, PROT_READ | PROT_WRITE, in main()
/openbmc/qemu/tests/tcg/multiarch/
H A Dtest-vma.c14 void *p = mmap(0, l, PROT_NONE, in main()
/openbmc/linux/arch/arc/mm/
H A DMakefile7 obj-y += tlb.o tlbex.o cache.o mmap.o
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_mmap3.c19 a = mmap (NULL, 0x4c, PROT_READ | PROT_WRITE | PROT_EXEC, in main()
/openbmc/linux/arch/arm/vdso/
H A Dvdsomunge.c145 inbuf = mmap(NULL, stat.st_size, PROT_READ, MAP_PRIVATE, infd, 0); in main()
186 outbuf = mmap(NULL, stat.st_size, PROT_READ | PROT_WRITE, MAP_SHARED, in main()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Darm_eabi.patch54 - SCMP_SYS(mmap),
84 + SCMP_SYS(mmap),

12345678910>>...49