Home
last modified time | relevance | path

Searched refs:mmap (Results 1026 – 1050 of 1205) sorted by relevance

1...<<414243444546474849

/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dvio.c612 .mmap = dma_common_mmap,
/openbmc/linux/net/
H A Dsocket.c165 .mmap = sock_mmap,
1416 return READ_ONCE(sock->ops)->mmap(file, sock, vma); in sock_mmap()
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-417.c1618 .mmap = vb2_fop_mmap,
/openbmc/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c1308 .mmap = v4l2_m2m_fop_mmap,
/openbmc/linux/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c1275 .mmap = v4l2_m2m_fop_mmap,
/openbmc/linux/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c1372 .mmap = vb2_fop_mmap,
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_dev.c1265 .mmap = bcm_vk_mmap,
/openbmc/linux/net/rose/
H A Daf_rose.c1529 .mmap = sock_no_mmap,
/openbmc/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c929 .mmap = vb2_fop_mmap,
/openbmc/linux/arch/ia64/hp/common/
H A Dsba_iommu.c2079 .mmap = dma_common_mmap,
/openbmc/linux/net/sctp/
H A Dprotocol.c1136 .mmap = sock_no_mmap,
/openbmc/linux/net/x25/
H A Daf_x25.c1759 .mmap = sock_no_mmap,
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1340 .mmap = hugetlbfs_file_mmap,
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c84 .mmap = hfi1_file_mmap,
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_verbs.c1471 .mmap = rxe_mmap,
/openbmc/linux/drivers/media/platform/amphion/
H A Dvenc.c1332 .mmap = v4l2_m2m_fop_mmap,
/openbmc/linux/fs/
H A Dbinfmt_elf_fdpic.c112 if (!file->f_op->mmap) in is_elf()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1620 vm86_mem = mmap((void *)0x00000000, 0x110000, in test_vm86()
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c676 addr = mmap(NULL, page_size, PROT_WRITE, MAP_SHARED, fd, in vhost_vdpa_host_notifier_init()
/openbmc/linux/net/can/
H A Dbcm.c1711 .mmap = sock_no_mmap,
/openbmc/intel-ipmi-oem/src/
H A Dfirmware-update.cpp290 void* tmp = mmap(NULL, sz, PROT_READ, MAP_SHARED, fd, 0); in MappedFile()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c4002 struct mmap *md;
4004 md = &evlist->mmap[i];
4126 trace->tool.mmap = perf_event__process_mmap;
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst40 appropriate (malloc, mmap, huge pages, etc). This memory area is then
145 calls and mmapped to user-space using the appropriate offset to mmap()
/openbmc/qemu/system/
H A Dphysmem.c2194 area = mmap(vaddr, length, prot, flags, block->fd, in qemu_ram_remap()
2198 area = mmap(vaddr, length, prot, flags, -1, 0); in qemu_ram_remap()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1050 - [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
1225 - Use mmap for loading only when munmap function is
3798 -# define mmap __mmap
3849 - /* Now we are ready to load the file. If mmap() is available we try
3851 - data = (struct mo_file_header *) mmap (NULL, st.st_size, PROT_READ,
3856 - /* mmap() call was successful. */
3862 - /* If the data is not yet available (i.e. mmap'ed) we try to load

1...<<414243444546474849