Searched refs:otable (Results 1 – 3 of 3) sorted by relevance
118 struct vmw_otable *otable) in vmw_setup_otable_base() argument129 BUG_ON(otable->page_table != NULL); in vmw_setup_otable_base()135 mob = vmw_mob_create(otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()141 if (otable->size <= PAGE_SIZE) { in vmw_setup_otable_base()152 vmw_mob_pt_setup(mob, iter, otable->size >> PAGE_SHIFT); in vmw_setup_otable_base()167 cmd->body.sizeInBytes = otable->size; in vmw_setup_otable_base()179 otable->page_table = mob; in vmw_setup_otable_base()199 struct vmw_otable *otable) in vmw_takedown_otable_base() argument207 if (otable->page_table == NULL) in vmw_takedown_otable_base()210 bo = otable->page_table->pt_bo; in vmw_takedown_otable_base()[all …]
578 struct moentry *otable, *ttable; in mapit() 643 /* validate otable/ttable */ in mapit() 645 otable = (struct moentry *)(base + flip(mo->mo_otable, magic)); in mapit() 648 if (!validate(otable, mohandle) || in mapit() 649 !validate(&otable[mohandle->mo.mo_nstring], mohandle)) { in mapit() 673 p[i].len = flip(otable[i].len, magic); in mapit() 674 p[i].off = base + flip(otable[i].off, magic); in mapit() 576 struct moentry *otable, *ttable; mapit() local
892 static const struct portname otable[] = { variable1318 otable); in mixer_init()