Searched defs:vmap (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A D | vmap.c | 32 u32 vmap = 0; in nvbios_vmap_table() local 60 u32 vmap = nvbios_vmap_table(bios, ver, hdr, cnt, len); in nvbios_vmap_parse() local 84 u32 vmap = nvbios_vmap_table(bios, ver, &hdr, &cnt, len); in nvbios_vmap_entry() local 96 u32 vmap = nvbios_vmap_entry(bios, idx, ver, len); in nvbios_vmap_entry_parse() local
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
| A D | base.c | 87 u32 vmap; in nvkm_volt_map_min() local 109 u32 vmap; in nvkm_volt_map() local 295 struct nvbios_vmap vmap; in nvkm_volt_ctor() local
|
| /linux/drivers/net/ |
| A D | vrf.c | 107 struct vrf_map vmap; member 226 static struct vrf_map_elem *vrf_map_lookup_elem(struct vrf_map *vmap, in vrf_map_lookup_elem() 241 static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me) in vrf_map_add_elem() 255 static void vrf_map_lock(struct vrf_map *vmap) __acquires(&vmap->vmap_lock) in vrf_map_lock() 269 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_register_dev() local 328 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_unregister_dev() local 359 struct vrf_map *vmap = netns_vrf_map(net); in vrf_ifindex_lookup_by_table_id() local 1867 static int vrf_map_init(struct vrf_map *vmap) in vrf_map_init() 1878 static bool vrf_strict_mode(struct vrf_map *vmap) in vrf_strict_mode() 1889 static int vrf_strict_mode_change(struct vrf_map *vmap, bool new_mode) in vrf_strict_mode_change() [all …]
|
| /linux/drivers/gpu/drm/ |
| A D | drm_format_helper.c | 456 uint32_t dst_format, void *vmap, in drm_fb_blit_rect_dstclip() 509 uint32_t dst_format, void *vmap, in drm_fb_blit_dstclip()
|
| /linux/drivers/gpu/drm/hyperv/ |
| A D | hyperv_drm_modeset.c | 26 void *vmap = map->vaddr; /* TODO: Use mapping abstraction properly */ in hyperv_blit_to_vram_rect() local
|
| /linux/include/drm/ |
| A D | drm_gem.h | 142 int (*vmap)(struct drm_gem_object *obj, struct dma_buf_map *map); member
|
| /linux/drivers/gpu/drm/tiny/ |
| A D | simpledrm.c | 642 void *vmap = shadow_plane_state->data[0].vaddr; /* TODO: Use mapping abstraction */ in simpledrm_simple_display_pipe_enable() local 680 void *vmap = shadow_plane_state->data[0].vaddr; /* TODO: Use mapping abstraction */ in simpledrm_simple_display_pipe_update() local
|
| A D | cirrus.c | 320 void *vmap = map->vaddr; /* TODO: Use mapping abstraction properly */ in cirrus_fb_blit_rect() local
|
| /linux/drivers/gpu/drm/etnaviv/ |
| A D | etnaviv_gem.h | 67 void *(*vmap)(struct etnaviv_gem_object *); member
|
| /linux/include/linux/ |
| A D | dma-buf.h | 286 int (*vmap)(struct dma_buf *dmabuf, struct dma_buf_map *map); member
|
| /linux/drivers/gpu/drm/mgag200/ |
| A D | mgag200_mode.c | 850 void *vmap = map->vaddr; /* TODO: Use mapping abstraction properly */ in mgag200_handle_damage() local
|
| /linux/mm/ |
| A D | nommu.c | 315 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) in vmap() function
|
| A D | khugepaged.c | 972 struct vm_area_struct **vmap) in hugepage_vma_revalidate()
|
| A D | mmap.c | 3228 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma()
|
| A D | vmalloc.c | 2748 void *vmap(struct page **pages, unsigned int count, in vmap() function
|
Completed in 62 milliseconds