Lines Matching refs:vmw_mob
56 struct vmw_mob { struct
72 struct vmw_mob *page_table;
76 struct vmw_mob *mob);
77 static void vmw_mob_pt_setup(struct vmw_mob *mob,
102 struct vmw_mob *mob; in vmw_setup_otable_base()
365 struct vmw_mob *vmw_mob_create(unsigned long data_pages) in vmw_mob_create()
367 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL); in vmw_mob_create()
389 struct vmw_mob *mob) in vmw_mob_pt_populate()
495 static void vmw_mob_pt_setup(struct vmw_mob *mob, in vmw_mob_pt_setup()
532 void vmw_mob_destroy(struct vmw_mob *mob) in vmw_mob_destroy()
546 struct vmw_mob *mob) in vmw_mob_unbind()
596 struct vmw_mob *mob, in vmw_mob_bind()