Lines Matching refs:stab
117 unsigned long *stab;
314 iommu->stab = page_address(page);
315 memset(iommu->stab, 0, stab_size);
346 pr_debug("%s: iommu[%d]: stab at %p, ptab at %p, n_pte_pages: %lu\n",
347 __func__, iommu->nid, iommu->stab, ptab,
364 pr_debug("Setting up IOMMU stab:\n");
370 iommu->stab[i] = reg | (__pa(ptab) + (n_pte_pages << 12) *
372 pr_debug("\t[%d] 0x%016lx\n", i, iommu->stab[i]);
409 reg = IOC_IOST_Origin_E | __pa(iommu->stab) | IOC_IOST_Origin_HW;
652 iommu->stab = NULL;