Home
last modified time | relevance | path

Searched defs:vmap (Results 1 – 20 of 20) sorted by relevance

/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvmap.c32 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-6.15/drivers/net/
H A Dvrf.c110 struct vrf_map vmap; member
182 static struct vrf_map_elem *vrf_map_lookup_elem(struct vrf_map *vmap, in vrf_map_lookup_elem()
197 static void vrf_map_add_elem(struct vrf_map *vmap, struct vrf_map_elem *me) in vrf_map_add_elem()
211 static void vrf_map_lock(struct vrf_map *vmap) __acquires(&vmap->vmap_lock) in vrf_map_lock()
225 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_register_dev() local
284 struct vrf_map *vmap = netns_vrf_map_by_dev(dev); in vrf_map_unregister_dev() local
315 struct vrf_map *vmap = netns_vrf_map(net); in vrf_ifindex_lookup_by_table_id() local
1814 static int vrf_map_init(struct vrf_map *vmap) in vrf_map_init()
1825 static bool vrf_strict_mode(struct vrf_map *vmap) in vrf_strict_mode()
1836 static int vrf_strict_mode_change(struct vrf_map *vmap, bool new_mode) in vrf_strict_mode_change()
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c87 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-6.15/drivers/gpu/drm/xe/
H A Dxe_bo_types.h46 struct iosys_map vmap; member
H A Dxe_bo.c1370 struct iosys_map vmap; in xe_ttm_access_memory() local
/linux-6.15/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c23 const struct iosys_map *vmap, in hyperv_blit_to_vram_rect()
/linux-6.15/drivers/gpu/drm/tiny/
H A Dst7586.c74 struct iosys_map dst_map, vmap; in st7586_xrgb8888_to_gray332() local
H A Dsharp-memory.c134 struct iosys_map dst, vmap; in sharp_memory_set_tx_buffer_data() local
H A Drepaper.c519 struct iosys_map dst, vmap; in repaper_fb_dirty() local
/linux-6.15/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h70 void *(*vmap)(struct etnaviv_gem_object *); member
/linux-6.15/include/drm/
H A Ddrm_gem.h166 int (*vmap)(struct drm_gem_object *obj, struct iosys_map *map); member
/linux-6.15/include/linux/
H A Ddma-buf.h286 int (*vmap)(struct dma_buf *dmabuf, struct iosys_map *map); member
H A Dmm.h2606 struct vm_area_struct **vmap) in get_user_page_vma_remote()
/linux-6.15/drivers/gpu/drm/solomon/
H A Dssd130x.c1003 const struct iosys_map *vmap, in ssd130x_fb_blit_rect()
1034 const struct iosys_map *vmap, in ssd132x_fb_blit_rect()
1066 const struct iosys_map *vmap, in ssd133x_fb_blit_rect()
/linux-6.15/drivers/gpu/drm/gud/
H A Dgud_pipe.c61 struct iosys_map dst_map, vmap; in gud_xrgb8888_to_r124() local
/linux-6.15/mm/
H A Dvma.c1765 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma()
2392 static int __mmap_new_vma(struct mmap_state *map, struct vm_area_struct **vmap) in __mmap_new_vma()
H A Dnommu.c291 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) in vmap() function
H A Dkhugepaged.c922 struct vm_area_struct **vmap, in hugepage_vma_revalidate()
H A Dvmalloc.c3437 void *vmap(struct page **pages, unsigned int count, in vmap() function
/linux-6.15/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c440 static void mgag200_handle_damage(struct mga_device *mdev, const struct iosys_map *vmap, in mgag200_handle_damage()