Home
last modified time | relevance | path

Searched refs:mmap (Results 1151 – 1175 of 1205) sorted by relevance

1...<<414243444546474849

/openbmc/linux/tools/perf/util/
H A Devsel.c1255 attr->mmap = track; in evsel__config()
/openbmc/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c2367 .mmap = vb2_fop_mmap,
/openbmc/linux/drivers/scsi/
H A Dsg.c1424 .mmap = sg_mmap,
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c2664 .mmap = v4l2_m2m_fop_mmap,
/openbmc/qemu/target/ppc/
H A Dkvm.c2262 table = mmap(NULL, len, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0); in kvmppc_create_spapr_tce()
/openbmc/qemu/linux-user/
H A Dstrace.list605 { TARGET_NR_mmap, "mmap" , NULL, print_mmap, print_syscall_ret_addr },
/openbmc/linux/net/netlink/
H A Daf_netlink.c2821 .mmap = sock_no_mmap,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch7603 + void * mmap; // ARM mapped address
7619 + if (cb->mmap != MAP_FAILED)
7622 + munmap(cb->mmap, cb->size);
7657 + .mmap = MAP_FAILED,
7694 + if ((cb->mmap = mmap(NULL, cb->size, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_LOCKED, cb->…
7707 + cb->mmap = arm_addr;
7849 + return cb->mmap;
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c1533 mmaped = mmap(NULL, new_sz, PROT_READ | PROT_WRITE, MAP_SHARED | MAP_ANONYMOUS, -1, 0); in bpf_map_mmap_resize()
1677 map->mmaped = mmap(NULL, mmap_sz, PROT_READ | PROT_WRITE, in bpf_object__init_internal_map()
12401 cpu_buf->base = mmap(NULL, pb->mmap_size + pb->page_size, in perf_buffer__open_cpu_buf()
13149 *mmaped = mmap(map->mmaped, mmap_sz, prot, MAP_SHARED | MAP_FIXED, map_fd, 0); in bpf_object__load_skeleton()
/openbmc/linux/arch/arm64/
H A DKconfig1353 requested via a hint to mmap(). The kernel will also use 52-bit
1372 unless a hint is supplied to mmap.
/openbmc/linux/drivers/target/
H A Dtarget_core_user.c2256 info->mmap = tcmu_mmap; in tcmu_configure_device()
/openbmc/linux/tools/perf/
H A Dbuiltin-c2c.c390 .mmap = perf_event__process_mmap,
H A Dbuiltin-sched.c3044 sched->tool.mmap = perf_event__process_mmap; in perf_sched__timehist()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c2845 .mmap = usbdev_mmap,
/openbmc/linux/include/rdma/
H A Dib_verbs.h2447 int (*mmap)(struct ib_ucontext *context, struct vm_area_struct *vma); member
/openbmc/linux/fs/ceph/
H A Dfile.c3062 .mmap = ceph_mmap,
/openbmc/qemu/hw/vfio/
H A Dpci.c1179 if (region->nr_mmaps != 1 || !region->mmaps[0].mmap || in vfio_sub_page_bar_update_mapping()
/openbmc/linux/mm/
H A Dmmap.c1337 if (!file->f_op->mmap) in do_mmap()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_chardev.c62 .mmap = kfd_mmap,
/openbmc/linux/
H A DCREDITS1215 D: Improved mmap and munmap handling
2857 D: Minor mmap and ide hacks
3737 D: NFS mmap()
/openbmc/linux/drivers/media/platform/chips-media/
H A Dcoda-common.c2781 .mmap = v4l2_m2m_fop_mmap,
/openbmc/linux/sound/core/oss/
H A Dpcm_oss.c3133 .mmap = snd_pcm_oss_mmap,
/openbmc/linux/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2316 .mmap = vb2_fop_mmap,
/openbmc/linux/fs/btrfs/
H A Dfile.c3882 .mmap = btrfs_file_mmap,
/openbmc/linux/tools/objtool/
H A Dcheck.c348 cfi_hash = mmap(NULL, sizeof(struct hlist_head) << cfi_bits, in cfi_hash_alloc()

1...<<414243444546474849