Home
last modified time | relevance | path

Searched refs:mmap (Results 376 – 400 of 1205) sorted by relevance

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

/openbmc/linux/include/linux/
H A Ddma-buf.h284 int (*mmap)(struct dma_buf *, struct vm_area_struct *vma); member
H A Dvfio_pci_core.h35 int (*mmap)(struct vfio_pci_core_device *vdev, member
/openbmc/linux/tools/testing/selftests/powerpc/mm/
H A Dexec_prot.c138 insns = (unsigned int *)mmap(NULL, pgsize, PROT_READ | PROT_WRITE, in test()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Duser-func.rst78 func-mmap
H A Dvidioc-create-bufs.rst34 This ioctl is used to create buffers for :ref:`memory mapped <mmap>`
133 No memory to allocate buffers for :ref:`memory mapped <mmap>` I/O.
H A Dio.rst45 mmap
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_prime.c82 .mmap = drm_gem_dmabuf_mmap,
/openbmc/linux/drivers/dma-buf/
H A Ddma-buf.c141 if (!dmabuf->ops->mmap) in dma_buf_mmap_internal()
149 return dmabuf->ops->mmap(dmabuf, vma); in dma_buf_mmap_internal()
511 .mmap = dma_buf_mmap_internal,
1465 if (!dmabuf->ops->mmap) in dma_buf_mmap()
1481 return dmabuf->ops->mmap(dmabuf, vma); in dma_buf_mmap()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c277 struct user_desc *low_desc = mmap( in load_gs()
599 shared_scratch = mmap(NULL, 4096, PROT_READ | PROT_WRITE, in main()
/openbmc/linux/Documentation/userspace-api/accelerators/
H A Docxl.rst172 mmap section in User API
175 A process can mmap the per-process MMIO area for interactions with the
/openbmc/linux/net/nfc/
H A Drawsock.c283 .mmap = sock_no_mmap,
301 .mmap = sock_no_mmap,
/openbmc/linux/Documentation/driver-api/
H A Duio-howto.rst82 :c:func:`mmap()` to access registers or RAM locations of your card.
166 returned by :c:func:`mmap()` to get to the actual device memory.
168 Remember that pointers returned by :c:func:`mmap()` are always
172 the ``offset`` parameter of the :c:func:`mmap()` call. To map the
229 that can be mapped with :c:func:`mmap()`. For each mapping you
249 - ``int (*mmap)(struct uio_info *info, struct vm_area_struct *vma)``:
250 Optional. If you need a special :c:func:`mmap()`
252 :c:func:`mmap()` will be called instead of the built-in one.
491 mmap() device memory
495 you need, all you have to do is to call :c:func:`mmap()` to map the
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Dtxring_overwrite.c114 *ring = mmap(0, req.tp_block_size * req.tp_block_nr, in setup_tx()
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c84 p = mmap(NULL, 4 * MAP_SIZE, PROT_READ | PROT_WRITE, in testcase()
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-querybuf.rst36 This ioctl is part of the mmap streaming I/O method. It can
/openbmc/linux/samples/auxdisplay/
H A Dcfag12864b-example.c57 cfag12864b_mem = mmap(0, CFAG12864B_SIZE, PROT_READ | PROT_WRITE, in cfag12864b_init()
/openbmc/linux/net/atm/
H A Dpvc.c128 .mmap = sock_no_mmap,
/openbmc/linux/Documentation/mm/
H A Dremap_file_pages.rst8 over using repeated calls to mmap(2) is that the former approach does not
/openbmc/linux/include/linux/raid/
H A Dpq.h171 # define __get_free_pages(x, y) ((unsigned long)mmap(NULL, PAGE_SIZE << (y), \
/openbmc/linux/drivers/xen/
H A Dprivcmd-buf.c183 .mmap = privcmd_buf_mmap,
/openbmc/linux/tools/perf/tests/
H A Dmmap-thread-lookup.c38 map = mmap(NULL, page_size, in thread_init()
/openbmc/linux/fs/jfs/
H A Dfile.c146 .mmap = generic_file_mmap,
/openbmc/linux/arch/x86/kernel/cpu/sgx/
H A Ddriver.c135 .mmap = sgx_mmap,
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-coreboot39 that this file does not support mmap(), as coreboot
/openbmc/linux/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst19 Users can use the huge page support in Linux kernel by either using the mmap
94 pool, a user with appropriate privilege can use either the mmap system call
384 If the user applications are going to request huge pages using mmap system
439 applications are going to use only shmat/shmget system calls or mmap with
440 MAP_HUGETLB. For an example of how to use mmap with MAP_HUGETLB see
447 filesystem will be required for using mmap calls without MAP_HUGETLB.
467 ``hugepage-mmap``
468 see tools/testing/selftests/mm/hugepage-mmap.c

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