Home
last modified time | relevance | path

Searched refs:VM_MAP (Results 1 – 24 of 24) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_resources.c99 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_en_map_buffer()
Dalloc.c640 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx4_buf_alloc()
/linux-4.1.27/sound/core/
Dsgbuf.c128 dmab->area = vmap(sgbuf->page_table, sgbuf->pages, VM_MAP, PAGE_KERNEL); in snd_malloc_sgbuf_pages()
/linux-4.1.27/arch/m68k/kernel/
Ddma.c58 addr = vmap(map, size, VM_MAP, pgprot); in dma_alloc_coherent()
/linux-4.1.27/include/linux/
Dvmalloc.h15 #define VM_MAP 0x00000004 /* vmap()ed pages */ macro
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dalloc.c100 buf->direct.buf = vmap(pages, buf->nbufs, VM_MAP, PAGE_KERNEL); in mlx5_buf_alloc()
/linux-4.1.27/arch/sh/kernel/
Dio_trapped.c76 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
/linux-4.1.27/drivers/staging/android/ion/
Dion_test.c68 void *vaddr = vmap(&page, 1, VM_MAP, pgprot); in ion_handle_test_dma()
Dion_heap.c56 vaddr = vmap(pages, npages, VM_MAP, pgprot); in ion_heap_map_kernel()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c101 nr_pages, VM_MAP, in exynos_drm_fbdev_update()
/linux-4.1.27/drivers/gpu/drm/tegra/
Dfb.c264 bo->vaddr = vmap(bo->pages, bo->num_pages, VM_MAP, in tegra_fbdev_probe()
/linux-4.1.27/drivers/staging/comedi/
Dcomedi_buf.c145 async->prealloc_buf = vmap(pages, n_pages, VM_MAP, in __comedi_buf_alloc()
/linux-4.1.27/fs/pstore/
Dram_core.c412 vaddr = vmap(pages, page_count, VM_MAP, prot); in persistent_ram_vmap()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_gem.c397 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in msm_gem_vaddr_locked()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_client.c635 addr = vmap(node->hvm.pages, nr_grefs, VM_MAP | VM_IOREMAP, in xenbus_map_ring_valloc_hvm()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf-dma-sg.c237 dma->vaddr = vmap(dma->vaddr_pages, nr_pages, VM_MAP | VM_IOREMAP, in videobuf_dma_init_kernel()
/linux-4.1.27/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib-linux.c296 addr = vmap(pages, niov, VM_MAP, PAGE_KERNEL); in ksocknal_lib_kiov_vmap()
/linux-4.1.27/arch/powerpc/kvm/
De500_mmu.c796 virt = vmap(pages, num_pages, VM_MAP, PAGE_KERNEL); in kvm_vcpu_ioctl_config_tlb()
/linux-4.1.27/kernel/
Drelay.c144 mem = vmap(buf->page_array, n_pages, VM_MAP, PAGE_KERNEL); in relay_alloc_buf()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_gem.c943 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in omap_gem_vaddr()
/linux-4.1.27/mm/
Dvmalloc.c2647 if (v->flags & VM_MAP) in s_show()
/linux-4.1.27/drivers/target/
Dtarget_core_transport.c2258 cmd->t_data_vmap = vmap(pages, cmd->t_data_nents, VM_MAP, PAGE_KERNEL); in transport_kmap_data_sg()
/linux-4.1.27/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c848 produce_q->q_header = vmap(headers, 2, VM_MAP, PAGE_KERNEL); in qp_host_map_queues()
/linux-4.1.27/drivers/firewire/
Dohci.c1015 ctx->buffer = vmap(pages, ARRAY_SIZE(pages), VM_MAP, PAGE_KERNEL); in ar_context_init()