Lines Matching defs:otable
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) {
149 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT);
164 cmd->body.sizeInBytes = otable->size;
169 * The device doesn't support this, But the otable size is
176 otable->page_table = mob;
196 struct vmw_otable *otable)
204 if (otable->page_table == NULL)
207 bo = &otable->page_table->pt_bo->tbo;
232 vmw_mob_destroy(otable->page_table);
233 otable->page_table = NULL;