Home
last modified time | relevance | path

Searched refs:mmap (Results 276 – 300 of 1205) sorted by relevance

1...<<11121314151617181920>>...49

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dpci_handler.cpp70 mmap(0, memoryRegionSize, PROT_READ, MAP_SHARED, mappedFd, offset)); in open()
/openbmc/linux/include/linux/
H A Duio_driver.h108 int (*mmap)(struct uio_info *info, struct vm_area_struct *vma); member
H A Duacce.h46 int (*mmap)(struct uacce_queue *q, struct vm_area_struct *vma, member
/openbmc/linux/arch/x86/um/os-Linux/
H A Dtask_size.c35 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-py-cpuinfo_9.0.0.bb34 …hon3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiproces…
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c41 child_stack = mmap(NULL, STACK_SIZE, PROT_READ | PROT_WRITE, MAP_PRIVATE | in test_fexit_sleep()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch27 io/mmap.c | 12 ++++++------
199 int flags; /* MAP_* flags passed to mmap() */
201 @@ -63,13 +63,13 @@ extern mmap_region_t *maptable; /* mmap'd region array */
255 diff --git a/io/mmap.c b/io/mmap.c
257 --- a/io/mmap.c
258 +++ b/io/mmap.c
/openbmc/linux/tools/testing/selftests/x86/
H A Dlam.c321 ptr = mmap((void *)test->addr, PAGE_SIZE, PROT_READ | PROT_WRITE, in handle_mmap()
399 void *sq_ptr = mmap(0, sring->ring_sz, PROT_READ | PROT_WRITE, in mmap_io_uring()
411 cq_ptr = mmap(0, cring->ring_sz, PROT_READ | PROT_WRITE, in mmap_io_uring()
429 s->sq_ring.queue.sqes = mmap(0, p.sq_entries * sizeof(struct io_uring_sqe), in mmap_io_uring()
1061 wq = mmap(NULL, 0x1000, PROT_WRITE, in allocate_dsa_pasid()
H A Dsigaltstack.c117 altstack = mmap(NULL, at_minstack_size + SIGSTKSZ, PROT_READ | PROT_WRITE, in main()
/openbmc/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c141 buffer = mmap(NULL, sz, PROT_READ | PROT_WRITE, in mmap_large_buffer()
146 buffer = mmap(NULL, sz, PROT_READ | PROT_WRITE, in mmap_large_buffer()
197 raddr = mmap(NULL, chunk_size + map_align, PROT_READ, flags, fd, 0); in child_thread()
/openbmc/linux/drivers/char/
H A Duv_mmtimer.c52 .mmap = uv_mmtimer_mmap,
/openbmc/qemu/linux-user/
H A Dmeson.build16 'mmap.c',
/openbmc/linux/Documentation/translations/zh_CN/core-api/
H A Dcachetlb.rst71 踪进程的mmap区域的支持结构体,地址空间可以通过vma->vm_mm获得。另
153 Linux用来跟踪进程的mmap区域的支持结构体,地址空间可以通过
/openbmc/linux/tools/build/
H A Dfixdep.c143 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in print_deps()
/openbmc/linux/tools/testing/selftests/powerpc/primitives/
H A Dload_unaligned_zeropad.c126 mem_region = mmap(NULL, page_size * 2, PROT_READ|PROT_WRITE, in test_body()
/openbmc/linux/arch/sh/mm/
H A DMakefile6 obj-y := alignment.o cache.o init.o consistent.o mmap.o
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dintel-cqm.c108 event = mmap(NULL, mmap_len, PROT_READ, MAP_SHARED, fd[0], 0); in test__intel_cqm_count_nmi_context()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c66 run = (struct kvm_run *)mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, in test()
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c123 p = mmap((void *)addr, page_size, PROT_READ | PROT_WRITE, in test()
/openbmc/linux/arch/um/drivers/
H A Dmmapper_kern.c88 .mmap = mmapper_mmap,
/openbmc/linux/drivers/pci/
H A DMakefile8 setup-bus.o vc.o mmap.o setup-irq.o
/openbmc/linux/tools/testing/selftests/powerpc/signal/
H A Dsigreturn_vdso.c94 p = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in test_sigreturn_vdso()
/openbmc/phosphor-mboxd/test/
H A Dwrite_flash.c69 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, tmp->fd, 0); in main()
/openbmc/qemu/tests/tcg/i386/
H A DREADME37 test-mmap
/openbmc/hiomapd/test/
H A Dflash_write.c73 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, tmp->fd, 0); in main()

1...<<11121314151617181920>>...49