Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A 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 …]
A Dvmwgfx_drv.h389 struct vmw_mob *mob;
487 struct vmw_mob *page_table;
1266 struct vmw_mob;
1267 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
1271 struct vmw_mob *mob);
1272 extern void vmw_mob_destroy(struct vmw_mob *mob);
1273 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);

Completed in 8 milliseconds