Lines Matching refs:stab
115 unsigned long *stab;
312 iommu->stab = page_address(page);
313 memset(iommu->stab, 0, stab_size);
344 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
345 __func__, iommu->nid, iommu->stab, ptab,
362 pr_debug("Setting up IOMMU stab:\n");
368 iommu->stab[i] = reg | (__pa(ptab) + (n_pte_pages << 12) *
370 pr_debug("\t[%d] 0x%016lx\n", i, iommu->stab[i]);
407 reg = IOC_IOST_Origin_E | __pa(iommu->stab) | IOC_IOST_Origin_HW;
649 iommu->stab = NULL;