Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_mob.c53 struct vmw_mob { struct
87 struct vmw_mob *mob);
88 static void vmw_mob_pt_setup(struct vmw_mob *mob,
124 struct vmw_mob *mob; in vmw_setup_otable_base()
392 struct vmw_mob *vmw_mob_create(unsigned long data_pages) in vmw_mob_create()
394 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); in vmw_mob_create()
415 struct vmw_mob *mob) in vmw_mob_pt_populate()
497 static void vmw_mob_pt_setup(struct vmw_mob *mob, in vmw_mob_pt_setup()
536 void vmw_mob_destroy(struct vmw_mob *mob) in vmw_mob_destroy()
552 struct vmw_mob *mob) in vmw_mob_unbind()
[all …]
H A Dvmwgfx_drv.h367 struct vmw_mob *mob;
465 struct vmw_mob *page_table;
1138 struct vmw_mob;
1139 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
1143 struct vmw_mob *mob);
1144 extern void vmw_mob_destroy(struct vmw_mob *mob);
1145 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);