Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_resources.c124 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.4.14/include/linux/
Dvmalloc.h15 #define VM_MAP 0x00000004 /* vmap()ed pages */ macro
/linux-4.4.14/sound/core/
Dsgbuf.c128 dmab->area = vmap(sgbuf->page_table, sgbuf->pages, VM_MAP, PAGE_KERNEL); in snd_malloc_sgbuf_pages()
/linux-4.4.14/arch/m68k/kernel/
Ddma.c58 addr = vmap(map, size, VM_MAP, pgprot); in dma_alloc_coherent()
/linux-4.4.14/arch/sh/kernel/
Dio_trapped.c76 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/
Dgk20a.c149 return vmap(pages, npages, VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in gk20a_instobj_cpu_map_dma()
162 return vmap(node->pages, npages, VM_MAP, in gk20a_instobj_cpu_map_iommu()
/linux-4.4.14/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.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_fbdev.c103 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in exynos_drm_fbdev_update()
/linux-4.4.14/drivers/gpu/drm/tegra/
Dfb.c258 bo->vaddr = vmap(bo->pages, bo->num_pages, VM_MAP, in tegra_fbdev_probe()
/linux-4.4.14/drivers/staging/comedi/
Dcomedi_buf.c145 async->prealloc_buf = vmap(pages, n_pages, VM_MAP, in __comedi_buf_alloc()
/linux-4.4.14/fs/pstore/
Dram_core.c412 vaddr = vmap(pages, page_count, VM_MAP, prot); in persistent_ram_vmap()
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/socklnd/
Dsocklnd_lib.c293 addr = vmap(pages, niov, VM_MAP, PAGE_KERNEL); in ksocknal_lib_kiov_vmap()
/linux-4.4.14/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.4.14/drivers/xen/xenbus/
Dxenbus_client.c660 addr = vmap(node->hvm.pages, nr_pages, VM_MAP | VM_IOREMAP, in xenbus_map_ring_valloc_hvm()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_gem.c397 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in msm_gem_vaddr_locked()
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c998 b->batch_page = vmap(&b->page, 1, VM_MAP, PAGE_KERNEL); in vmballoon_init_batching()
/linux-4.4.14/kernel/
Drelay.c141 mem = vmap(buf->page_array, n_pages, VM_MAP, PAGE_KERNEL); in relay_alloc_buf()
/linux-4.4.14/arch/powerpc/kvm/
De500_mmu.c796 virt = vmap(pages, num_pages, VM_MAP, PAGE_KERNEL); in kvm_vcpu_ioctl_config_tlb()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Domap_gem.c941 VM_MAP, pgprot_writecombine(PAGE_KERNEL)); in omap_gem_vaddr()
/linux-4.4.14/mm/
Dvmalloc.c2648 if (v->flags & VM_MAP) in s_show()
/linux-4.4.14/drivers/target/
Dtarget_core_transport.c2260 cmd->t_data_vmap = vmap(pages, cmd->t_data_nents, VM_MAP, PAGE_KERNEL); in transport_kmap_data_sg()
/linux-4.4.14/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.4.14/drivers/firewire/
Dohci.c1015 ctx->buffer = vmap(pages, ARRAY_SIZE(pages), VM_MAP, PAGE_KERNEL); in ar_context_init()