| /linux/Documentation/gpu/imagination/ |
| H A D | uapi.rst | 81 VM_MAP and VM_UNMAP 84 :doc: PowerVR IOCTL VM_MAP and VM_UNMAP interfaces
|
| /linux/arch/sh/kernel/ |
| H A D | io_trapped.c | 73 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
|
| /linux/net/xdp/ |
| H A D | xdp_umem.c | 49 umem->addrs = vmap(pages, nr_pages, VM_MAP, PAGE_KERNEL); in xdp_umem_addr_map()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| H A D | mem.c | 137 *pmap = vmap(mem->mem, mem->pages, VM_MAP, PAGE_KERNEL); in nvkm_mem_map_host()
|
| /linux/scripts/gdb/linux/ |
| H A D | constants.py.in | 106 LX_VALUE(VM_MAP)
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_bo.c | 198 bo->vaddr = vmap(obj->pages, obj->base.size >> PAGE_SHIFT, VM_MAP, in v3d_get_bo_vaddr()
|
| /linux/include/linux/ |
| H A D | vmalloc.h | 24 #define VM_MAP 0x00000004 /* vmap()ed pages */ macro
|
| /linux/drivers/virt/acrn/ |
| H A D | mm.c | 254 remap_vaddr = vmap(pages, nr_pages, VM_MAP, PAGE_KERNEL); in acrn_vm_ram_map()
|
| /linux/drivers/hv/ |
| H A D | ring_buffer.c | 209 vmap(pages_wraparound, page_cnt * 2 - 1, VM_MAP, in hv_ringbuffer_init()
|
| H A D | channel.c | 747 addr = vmap(pages, nr_pages, VM_MAP, pgprot_decrypted(PAGE_KERNEL)); in vmbus_alloc_buffer()
|
| /linux/arch/powerpc/perf/ |
| H A D | vpa-dtl.c | 533 buf->base = vmap(pglist, nr_pages, VM_MAP, PAGE_KERNEL); in vpa_dtl_setup_aux()
|
| /linux/io_uring/ |
| H A D | memmap.c | 147 ptr = vmap(mr->pages, mr->nr_pages, VM_MAP, PAGE_KERNEL); in io_region_init_ptr()
|
| /linux/arch/arm64/kvm/ |
| H A D | hyp_trace.c | 345 map = vmap(&page, 1, VM_MAP, PAGE_KERNEL); in hyp_trace_enable_event()
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | gk20a.c | 209 node->base.vaddr = vmap(node->pages, size >> PAGE_SHIFT, VM_MAP, in gk20a_instobj_acquire_iommu()
|
| /linux/mm/kmsan/ |
| H A D | kmsan_test.c | 328 vbuf = vmap(pages, npages, VM_MAP, PAGE_KERNEL); in test_init_kmsan_vmap_vunmap()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_client.c | 701 addr = vmap(node->hvm.pages, nr_pages, VM_MAP | VM_IOREMAP, in xenbus_map_ring_hvm()
|
| /linux/kernel/bpf/ |
| H A D | ringbuf.c | 139 VM_MAP | VM_USERMAP, PAGE_KERNEL); in bpf_ringbuf_area_alloc()
|
| /linux/kernel/ |
| H A D | relay.c | 126 mem = vmap(buf->page_array, n_pages, VM_MAP, PAGE_KERNEL); in relay_alloc_buf()
|
| /linux/fs/ntfs/ |
| H A D | wof.c | 573 addr = vmap(dest.pages, dest.nr_pages, VM_MAP, PAGE_KERNEL); in ntfs_wof_decode_folios_direct()
|
| H A D | compress.c | 1275 ws->outbuf = vmap(ws->pages, ws->nr_pages, VM_MAP, PAGE_KERNEL); in ntfs_compress_workspace_init()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_gem_shmem_helper.c | 416 VM_MAP, prot); in drm_gem_shmem_vmap_locked()
|
| /linux/sound/core/ |
| H A D | memalloc.c | 763 p = vmap(sgbuf->pages, sgbuf->count, VM_MAP, PAGE_KERNEL); in snd_dma_sg_fallback_alloc()
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_drv.c | 1284 DRM_PVR_IOCTL(VM_MAP, vm_map, DRM_RENDER_ALLOW),
|
| /linux/arch/powerpc/kvm/ |
| H A D | e500_mmu.c | 789 virt = vmap(pages, num_pages, VM_MAP, PAGE_KERNEL); in kvm_vcpu_ioctl_config_tlb()
|
| /linux/drivers/perf/ |
| H A D | arm_spe_pmu.c | 1030 buf->base = vmap(pglist, nr_pages, VM_MAP, PAGE_KERNEL); in arm_spe_pmu_setup_aux()
|