/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
H A D | pci_handler.cpp | 70 mmap(0, memoryRegionSize, PROT_READ, MAP_SHARED, mappedFd, offset)); in open()
|
/openbmc/linux/include/linux/ |
H A D | uio_driver.h | 108 int (*mmap)(struct uio_info *info, struct vm_area_struct *vma); member
|
H A D | uacce.h | 46 int (*mmap)(struct uacce_queue *q, struct vm_area_struct *vma, member
|
/openbmc/linux/arch/x86/um/os-Linux/ |
H A D | task_size.c | 35 mapped = mmap(address, UM_KERN_PAGE_SIZE, in page_ok()
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-py-cpuinfo_9.0.0.bb | 34 …hon3-core python3-ctypes python3-datetime python3-json python3-io python3-mmap python3-multiproces…
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_sleep.c | 41 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 D | 0005-Replace-off64_t-stat64-with-off_t-stat.patch | 27 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 D | lam.c | 321 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 D | sigaltstack.c | 117 altstack = mmap(NULL, at_minstack_size + SIGSTKSZ, PROT_READ | PROT_WRITE, in main()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 141 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 D | uv_mmtimer.c | 52 .mmap = uv_mmtimer_mmap,
|
/openbmc/qemu/linux-user/ |
H A D | meson.build | 16 'mmap.c',
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | cachetlb.rst | 71 踪进程的mmap区域的支持结构体,地址空间可以通过vma->vm_mm获得。另 153 Linux用来跟踪进程的mmap区域的支持结构体,地址空间可以通过
|
/openbmc/linux/tools/build/ |
H A D | fixdep.c | 143 map = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0); in print_deps()
|
/openbmc/linux/tools/testing/selftests/powerpc/primitives/ |
H A D | load_unaligned_zeropad.c | 126 mem_region = mmap(NULL, page_size * 2, PROT_READ|PROT_WRITE, in test_body()
|
/openbmc/linux/arch/sh/mm/ |
H A D | Makefile | 6 obj-y := alignment.o cache.o init.o consistent.o mmap.o
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | intel-cqm.c | 108 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 D | mmio_warning_test.c | 66 run = (struct kvm_run *)mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_SHARED, in test()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | large_vm_gpr_corruption.c | 123 p = mmap((void *)addr, page_size, PROT_READ | PROT_WRITE, in test()
|
/openbmc/linux/arch/um/drivers/ |
H A D | mmapper_kern.c | 88 .mmap = mmapper_mmap,
|
/openbmc/linux/drivers/pci/ |
H A D | Makefile | 8 setup-bus.o vc.o mmap.o setup-irq.o
|
/openbmc/linux/tools/testing/selftests/powerpc/signal/ |
H A D | sigreturn_vdso.c | 94 p = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_ANONYMOUS|MAP_PRIVATE, -1, 0); in test_sigreturn_vdso()
|
/openbmc/phosphor-mboxd/test/ |
H A D | write_flash.c | 69 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, tmp->fd, 0); in main()
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | README | 37 test-mmap
|
/openbmc/hiomapd/test/ |
H A D | flash_write.c | 73 map = mmap(NULL, MEM_SIZE, PROT_READ, MAP_PRIVATE, tmp->fd, 0); in main()
|