Searched defs:npgalloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2561 size_t npages, npgalloc; local
2615 npgalloc = IMMU_BTOPR(size + offset);
2617 if (npgalloc <= IMMU_NPREPTES && ihp->ihp_predvma != 0) {
2631 ihp->ihp_npremapped = npgalloc;
2636 sdvma = dvma_alloc(domain, attrp, npgalloc,
2645 IMMU_DPROBE3(immu__dvma__alloc, dev_info_t *, rdip, uint64_t, npgalloc,
2716 immu_flush_iotlb_psi(immu, domain->dom_did, sdvma, npgalloc,

Completed in 51 milliseconds