Home
last modified time | relevance | path

Searched refs:npgalloc (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c2564 size_t npages, npgalloc; in immu_map_dvmaseg() local
2620 npgalloc = IMMU_BTOPR(size + offset); in immu_map_dvmaseg()
2622 if (npgalloc <= IMMU_NPREPTES && ihp->ihp_predvma != 0) { in immu_map_dvmaseg()
2636 ihp->ihp_npremapped = npgalloc; in immu_map_dvmaseg()
2641 sdvma = dvma_alloc(domain, attrp, npgalloc, in immu_map_dvmaseg()
2650 IMMU_DPROBE3(immu__dvma__alloc, dev_info_t *, rdip, uint64_t, npgalloc, in immu_map_dvmaseg()
2722 immu_flush_iotlb_psi(immu, domain->dom_did, sdvma, npgalloc, in immu_map_dvmaseg()