Home
last modified time | relevance | path

Searched refs:mmap (Results 126 – 150 of 1205) sorted by relevance

12345678910>>...49

/openbmc/linux/tools/testing/selftests/sigaltstack/
H A Dsas.c125 sstack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in main()
169 ustack = mmap(NULL, stack_size, PROT_READ | PROT_WRITE, in main()
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target54 run-test-mmap: test-mmap
55 $(call run-test, test-mmap, $(QEMU) $<, $< (default))
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dprot_sao.c35 p = mmap(NULL, SIZE, PROT_READ | PROT_WRITE | PROT_SAO, in test_prot_sao()
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dremap_file_pages.rst15 文件的页面被无序映射到内存中。使用remap_file_pages()比重复调用mmap(2)的好
/openbmc/linux/drivers/infiniband/sw/rdmavt/
H A DMakefile11 rdmavt-y := vt.o ah.o cq.o mad.o mcast.o mmap.o mr.o pd.o qp.o \
/openbmc/linux/fs/ecryptfs/
H A DMakefile8 ecryptfs-y := dentry.o file.o inode.o main.o super.o mmap.o read_write.o \
/openbmc/linux/arch/loongarch/mm/
H A DMakefile7 fault.o ioremap.o maccess.o mmap.o pgtable.o page.o
/openbmc/linux/tools/perf/tests/attr/
H A Dtest-record-group119 mmap=0
H A Dbase-record-spe20 mmap=*
H A Dbase-record21 mmap=1
H A Dbase-stat21 mmap=0
/openbmc/linux/tools/perf/tests/
H A Dswitch-tracking.c271 struct mmap *md; in process_events()
275 md = &evlist->mmap[i]; in process_events()
442 if (!tracking_evsel->core.attr.mmap || !tracking_evsel->core.attr.comm) { in test__switch_tracking()
450 if (evsel->core.attr.mmap || evsel->core.attr.comm) { in test__switch_tracking()
/openbmc/linux/tools/testing/selftests/mm/
H A Dmremap_test.c78 remap_addr = mmap(addr, size, PROT_READ | PROT_WRITE, in is_remap_region_valid()
161 start = mmap(NULL, 3 * page_size, PROT_READ | PROT_WRITE, in mremap_expand_merge()
200 start = mmap(NULL, 3 * page_size, PROT_READ | PROT_WRITE, in mremap_expand_merge_offset()
244 src_addr = mmap((void *) addr, c.region_size, PROT_READ | PROT_WRITE, in get_source_mapping()
H A Duffd-common.c50 *alloc_area = mmap(NULL, nr_pages * page_size, PROT_READ | PROT_WRITE, in anon_allocate_area()
82 *alloc_area = mmap(NULL, size, PROT_READ | PROT_WRITE, in hugetlb_allocate_area()
92 area_alias = mmap(NULL, size, PROT_READ | PROT_WRITE, in hugetlb_allocate_area()
141 *alloc_area = mmap(p, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, in shmem_allocate_area()
150 area_alias = mmap(p_alias, bytes, PROT_READ | PROT_WRITE, MAP_SHARED, in shmem_allocate_area()
H A Don-fault-limit.c25 map = mmap(NULL, 2 * lims.rlim_max, PROT_READ | PROT_WRITE, in test_limit()
/openbmc/u-boot/tools/
H A Dmingw_support.h40 void *mmap(void *, size_t, int, int, int, int);
/openbmc/linux/sound/core/
H A Dmemalloc_local.h12 int (*mmap)(struct snd_dma_buffer *dmab, struct vm_area_struct *area); member
/openbmc/hiomapd/test/
H A Dmbox.c74 map = mmap(NULL, details.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in mbox_cmp()
103 map = mmap(NULL, details.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in mbox_rspcpy()
323 map = mmap(NULL, test.context.backend.flash_size, in mbox_set_mtd_data()
/openbmc/linux/arch/microblaze/kernel/
H A Dsys_microblaze.c36 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/linux/fs/ramfs/
H A Dfile-mmu.c44 .mmap = generic_file_mmap,
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Duser_ringbuf.c111 mmap_ptr = mmap(NULL, page_size, PROT_READ, MAP_SHARED, rb_fd, 0); in test_user_ringbuf_mappings()
121 mmap_ptr = mmap(NULL, page_size, PROT_READ | PROT_WRITE, MAP_SHARED, in test_user_ringbuf_mappings()
130 mmap_ptr = mmap(NULL, page_size, PROT_WRITE, MAP_SHARED, rb_fd, in test_user_ringbuf_mappings()
213 producer_pos_ptr = mmap(NULL, page_size, PROT_READ | PROT_WRITE, in manually_write_test_invalid_sample()
218 data_ptr = mmap(NULL, page_size, PROT_WRITE, MAP_SHARED, rb_fd, 2 * page_size); in manually_write_test_invalid_sample()
/openbmc/linux/tools/perf/util/
H A Devlist.c172 zfree(&evlist->mmap); in evlist__exit()
779 if (evlist->mmap) in evlist__munmap_nofree()
781 perf_mmap__munmap(&evlist->mmap[i].core); in evlist__munmap_nofree()
791 zfree(&evlist->mmap); in evlist__munmap()
797 struct mmap *m = container_of(map, struct mmap, core); in perf_mmap__unmap_cb()
806 struct mmap *map; in evlist__alloc_mmap()
847 struct mmap *maps; in perf_evlist__mmap_cb_get()
849 maps = overwrite ? evlist->overwrite_mmap : evlist->mmap; in perf_evlist__mmap_cb_get()
861 evlist->mmap = maps; in perf_evlist__mmap_cb_get()
872 struct mmap *map = container_of(_map, struct mmap, core); in perf_evlist__mmap_cb_mmap()
[all …]
/openbmc/qemu/tests/tcg/cris/libc/
H A Dcheck_mmap1.c41 a = mmap (NULL, size, PROT_READ, MAP_PRIVATE, fd, 0); in main()
H A Dcheck_mmap2.c41 a = mmap (NULL, size, PROT_READ, MAP_SHARED, fd, 0); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pxaregs/pxaregs-1.14/
H A Dpxaregs.c1786 map = mmap(0, in getmem()
1821 map = mmap(0, in putmem()

12345678910>>...49