Home
last modified time | relevance | path

Searched refs:mmap (Results 226 – 250 of 1205) sorted by relevance

12345678910>>...49

/openbmc/linux/Documentation/riscv/
H A Dvm-layout.rst143 passing 0 into the hint address parameter of mmap. On CPUs with an address space
147 a hint address to mmap. A hint address passed to mmap will cause the largest
/openbmc/linux/tools/perf/util/
H A Devlist.h65 struct mmap *mmap; member
66 struct mmap *overwrite_mmap;
H A Devent.c318 event->mmap.pid, event->mmap.tid, event->mmap.start, in perf_event__fprintf_mmap()
319 event->mmap.len, event->mmap.pgoff, in perf_event__fprintf_mmap()
321 event->mmap.filename); in perf_event__fprintf_mmap()
H A Dauxtrace.h27 struct mmap;
510 struct mmap *map,
514 int auxtrace_mmap__read(struct mmap *map, struct auxtrace_record *itr,
517 int auxtrace_mmap__read_snapshot(struct mmap *map,
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc-self-map-files-001.c58 p = mmap(NULL, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE, fd, 0); in main()
H A Dproc-self-map-files-002.c65 p = mmap((void *)va, PAGE_SIZE, PROT_NONE, MAP_PRIVATE|MAP_FILE|MAP_FIXED, fd, 0); in main()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_fork_separation.c34 p = mmap((void *)(512ul << 40), page_size, PROT_READ | PROT_WRITE, in test()
/openbmc/linux/drivers/xen/xenfs/
H A Dxenstored.c51 .mmap = xsd_kva_mmap,
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dpci_nuvoton_handler.cpp41 mapped = reinterpret_cast<uint8_t*>(sys->mmap( in open()
/openbmc/qemu/tests/tcg/s390x/
H A Dbranch-relative-long.c49 buf = mmap(NULL, length, PROT_READ | PROT_WRITE | PROT_EXEC, in main()
/openbmc/linux/Documentation/dev-tools/
H A Dkcov.rst86 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
89 perror("mmap"), exit(1);
178 cover = (uint64_t *)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
181 perror("mmap"), exit(1);
337 cover = (unsigned long*)mmap(NULL, COVER_SIZE * sizeof(unsigned long),
340 perror("mmap"), exit(1);
/openbmc/linux/fs/ocfs2/
H A DMakefile28 mmap.o \
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_uninitialized_heap.c91 buf = mmap(NULL, page_size, PROT_READ|PROT_WRITE, in main()
/openbmc/u-boot/tools/
H A Dmingw_support.c24 void *mmap(void *addr, size_t len, int prot, int flags, int fd, int offset) in mmap() function
H A Dfit_common.c74 ptr = mmap(0, sbuf->st_size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); in mmap_fdt()
H A Dubsha1.c45 ptr = (unsigned char *)mmap(0, len, in main()
/openbmc/linux/include/sound/
H A Dhwdep.h31 int (*mmap)(struct snd_hwdep *hw, struct file *file, member
/openbmc/linux/tools/perf/tests/
H A Dmmap-basic.c47 struct mmap *md; in test__basic_mmap()
120 md = &evlist->mmap[0]; in test__basic_mmap()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_sysfs.c145 .mmap = NULL,
154 .mmap = NULL,
/openbmc/u-boot/common/
H A Ddlmalloc.src320 mmap-based options are not currently supported in WIN32.
763 service using mmap. This parameter exists because:
766 use by mmap.
1346 /* check for mmap()'ed chunk */
1560 /* The maximum via either sbrk or mmap */
1792 /* Routines dealing with mmap(). */
1817 p = (mchunkptr)mmap(0, size, PROT_READ|PROT_WRITE,
2079 system supports mmap, and there are few enough currently
2080 allocated mmapped regions, and a call to mmap succeeds,
3103 fprintf(stderr, "max mmap regions = %10u\n",
[all …]
/openbmc/phosphor-mboxd/test/
H A Dmark_write_erased_v2.c76 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, in main()
H A Dsystem.c61 map = mmap(NULL, mtd.size, PROT_WRITE, MAP_SHARED, fd, 0); in ioctl()
/openbmc/hiomapd/test/
H A Dmark_write_erased_v2.c77 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, in main()
H A Dsystem.c60 map = mmap(NULL, mtd.size, PROT_WRITE, MAP_SHARED, fd, 0); in ioctl()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmap_hugetlb.c86 addr = mmap(ADDR, length, PROTECTION, flags, -1, 0); in main()

12345678910>>...49