Lines Matching defs:otable
33 * If we set up the screen target otable, screen objects stop working.
104 * @otable Pointer to otable metadata;
113 struct vmw_otable *otable)
124 BUG_ON(otable->page_table != NULL);
130 mob = vmw_mob_create(otable->size >> PAGE_SHIFT);
136 if (otable->size <= PAGE_SIZE) {
147 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT);
162 cmd->body.sizeInBytes = otable->size;
167 * The device doesn't support this, But the otable size is
174 otable->page_table = mob;
194 struct vmw_otable *otable)
202 if (otable->page_table == NULL)
205 bo = otable->page_table->pt_bo;
230 vmw_mob_destroy(otable->page_table);
231 otable->page_table = NULL;