Home
last modified time | relevance | path

Searched refs:vmw_mob (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_mob.c52 struct vmw_mob { struct
86 struct vmw_mob *mob);
87 static void vmw_mob_pt_setup(struct vmw_mob *mob,
123 struct vmw_mob *mob; in vmw_setup_otable_base()
389 struct vmw_mob *vmw_mob_create(unsigned long data_pages) in vmw_mob_create()
391 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); in vmw_mob_create()
412 struct vmw_mob *mob) in vmw_mob_pt_populate()
492 static void vmw_mob_pt_setup(struct vmw_mob *mob, in vmw_mob_pt_setup()
531 void vmw_mob_destroy(struct vmw_mob *mob) in vmw_mob_destroy()
548 struct vmw_mob *mob) in vmw_mob_unbind()
[all …]
Dvmwgfx_drv.h374 struct vmw_mob *mob;
473 struct vmw_mob *page_table;
1304 struct vmw_mob;
1305 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
1309 struct vmw_mob *mob);
1310 extern void vmw_mob_destroy(struct vmw_mob *mob);
1311 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);