Home
last modified time | relevance | path

Searched refs:mmap (Results 701 – 725 of 1205) sorted by relevance

1...<<21222324252627282930>>...49

/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackage.py15 import mmap
74 return mmap.mmap(f.fileno(), 0, prot=mmap.PROT_READ).find(b"vermagic=") >= 0
/openbmc/linux/drivers/misc/
H A Dfastrpc.c749 .mmap = fastrpc_mmap,
1065 struct fastrpc_map *mmap = NULL; in fastrpc_put_args() local
1097 if (!fastrpc_map_lookup(fl, (int)fdlist[i], &mmap, false)) in fastrpc_put_args()
1098 fastrpc_map_put(mmap); in fastrpc_put_args()
/openbmc/linux/Documentation/mm/
H A Dhmm.rst46 to copy objects between generically allocated memory (malloc, mmap private, mmap
48 with an mmap but of the device file).
/openbmc/linux/net/ipv4/
H A Daf_inet.c1072 .mmap = tcp_mmap,
1106 .mmap = sock_no_mmap,
1137 .mmap = sock_no_mmap,
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c1313 .mmap = sock_no_mmap,
2254 .mmap = sock_no_mmap,
2276 .mmap = sock_no_mmap,
/openbmc/linux/fs/
H A Dbinfmt_elf.c612 if (!interpreter->f_op->mmap) in load_elf_interp()
857 if (!bprm->file->f_op->mmap) in load_elf_binary()
1387 !elf_check_arch(&elf_ex) || !file->f_op->mmap) in load_elf_library()
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c1272 struct mmap *md; in perf_kvm__mmap_read_idx()
1278 md = &evlist->mmap[idx]; in perf_kvm__mmap_read_idx()
1568 attr->mmap = 0; in kvm_live_open_events()
/openbmc/linux/Documentation/trace/
H A Dintel_th.rst47 mmap() interface and directed to a "software sink" driver that will
/openbmc/u-boot/tools/
H A Dimx8mimage.c249 ptr = mmap(0, sbuf.st_size, PROT_READ, MAP_SHARED, dfd, 0); in copy_file()
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst205 addr = mmap(0, size, perm_to_prot(entry.perm), MAP_SHARED,
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc_64.c455 SYSCALL_DEFINE6(mmap, unsigned long, addr, unsigned long, len, in SYSCALL_DEFINE6() argument
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc96 …/pcitweak ${bindir}/ioport ${bindir}/in[bwl] ${bindir}/out[bwl] ${bindir}/mmap[rw] ${bindir}/gtf $…
/openbmc/linux/include/linux/
H A Dsysfs.h184 int (*mmap)(struct file *, struct kobject *, struct bin_attribute *attr, member
/openbmc/linux/drivers/misc/ocxl/
H A Dfile.c478 .mmap = afu_mmap,
/openbmc/linux/Documentation/arch/arm/
H A Dixp4xx.rst91 mmap() PCI devices in this case due to the indirect nature
/openbmc/linux/tools/testing/selftests/user_events/
H A Dftrace_test.c401 anon = mmap(NULL, l, PROT_READ, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0); in TEST_F()
/openbmc/linux/tools/testing/selftests/x86/
H A Damx.c427 altstack = mmap(NULL, size, PROT_READ | PROT_WRITE, in alloc_altstack()
/openbmc/linux/Documentation/arch/arm64/
H A Dperf.rst124 subsequently be used with the mmap syscall in order to retrieve a page of memory
/openbmc/linux/fs/fat/
H A Dfile.c207 .mmap = generic_file_mmap,
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c626 .mmap = sock_no_mmap,
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec_drv.c330 .mmap = v4l2_m2m_fop_mmap,
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c158 ptr = mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in vduse_log_get()
344 void *mmap_addr = mmap(0, size + offset, prot, MAP_SHARED, fd, 0); in vduse_iova_add_region()
/openbmc/linux/sound/pci/nm256/
H A Dnm256.c887 .mmap = snd_pcm_lib_mmap_iomem,
900 .mmap = snd_pcm_lib_mmap_iomem,
/openbmc/linux/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1373 .mmap = hisi_acc_vfio_pci_mmap,
1392 .mmap = vfio_pci_core_mmap,
/openbmc/qemu/bsd-user/openbsd/
H A Dstrace.list92 { TARGET_OPENBSD_NR_mmap, "mmap", NULL, NULL, print_syscall_ret_addr },

1...<<21222324252627282930>>...49