HomeSort by: relevance | last modified time | path
    Searched refs:vmw_mob (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_mob.c 56 * struct vmw_mob - Structure containing page table and metadata for a
63 struct vmw_mob { struct
75 * @page_table: Pointer to a struct vmw_mob holding the page table.
97 struct vmw_mob *mob);
98 static void vmw_mob_pt_setup(struct vmw_mob *mob,
124 struct vmw_mob *mob;
414 struct vmw_mob *vmw_mob_create(unsigned long data_pages)
416 struct vmw_mob *mob = kzalloc(sizeof(*mob), GFP_KERNEL);
438 struct vmw_mob *mob)
550 static void vmw_mob_pt_setup(struct vmw_mob *mob
    [all...]
vmwgfx_drv.h 434 * @page_table: Pointer to a struct vmw_mob holding the page table.
438 struct vmw_mob *page_table;
1221 struct vmw_mob;
1222 extern int vmw_mob_bind(struct vmw_private *dev_priv, struct vmw_mob *mob,
1226 struct vmw_mob *mob);
1227 extern void vmw_mob_destroy(struct vmw_mob *mob);
1228 extern struct vmw_mob *vmw_mob_create(unsigned long data_pages);
vmwgfx_ttm_buffer.c 248 struct vmw_mob *mob;

Completed in 17 milliseconds