Home
last modified time | relevance | path

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

/linux/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/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()
216 static void vrf_map_unlock(struct vrf_map *vmap) __releases(&vmap->vmap_lock) in vrf_map_unlock()
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()
[all …]
/linux/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/mm/
H A Dvma_exec.c107 int create_init_stack_vma(struct mm_struct *mm, struct vm_area_struct **vmap, in create_init_stack_vma()
H A Dvma.c1807 struct vm_area_struct *copy_vma(struct vm_area_struct **vmap, in copy_vma()
2450 static int __mmap_new_vma(struct mmap_state *map, struct vm_area_struct **vmap) in __mmap_new_vma()
H A Dnommu.c307 void *vmap(struct page **pages, unsigned int count, unsigned long flags, pgprot_t prot) in vmap() function
H A Dkhugepaged.c920 struct vm_area_struct **vmap, in hugepage_vma_revalidate() argument
H A Dvmalloc.c3487 void *vmap(struct page **pages, unsigned int count, in vmap() function
/linux/drivers/gpu/drm/xe/
H A Dxe_bo_types.h48 struct iosys_map vmap; member
H A Dxe_bo.c1556 struct iosys_map vmap; in xe_ttm_access_memory() local
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_modeset.c26 const struct iosys_map *vmap, in hyperv_blit_to_vram_rect()
/linux/drivers/gpu/drm/sitronix/
H A Dst7586.c74 struct iosys_map dst_map, vmap; in st7586_xrgb8888_to_gray332() local
H A Dst7571-i2c.c271 const struct iosys_map *vmap, in st7571_prepare_buffer_monochrome()
296 const struct iosys_map *vmap, in st7571_prepare_buffer_grayscale()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.h70 void *(*vmap)(struct etnaviv_gem_object *); member
/linux/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/drivers/gpu/drm/gud/
H A Dgud_pipe.c61 struct iosys_map dst_map, vmap; in gud_xrgb8888_to_r124() local
/linux/drivers/gpu/drm/tiny/
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/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c426 static void mgag200_handle_damage(struct mga_device *mdev, const struct iosys_map *vmap, in mgag200_handle_damage()
/linux/include/linux/
H A Dmm.h2487 struct vm_area_struct **vmap) in get_user_page_vma_remote()