Lines Matching defs:otable
38 * If we set up the screen target otable, screen objects stop working.
109 * @otable Pointer to otable metadata;
118 struct vmw_otable *otable)
129 BUG_ON(otable->page_table != NULL);
135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT);
141 if (otable->size <= PAGE_SIZE) {
152 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT);
167 cmd->body.sizeInBytes = otable->size;
172 * The device doesn't support this, But the otable size is
179 otable->page_table = mob;
199 struct vmw_otable *otable)
207 if (otable->page_table == NULL)
210 bo = otable->page_table->pt_bo;
235 vmw_mob_destroy(otable->page_table);
236 otable->page_table = NULL;