EX_WAITOK
NULL, 0, EX_WAITOK);
NULL, 0, EX_WAITOK);
NULL, 0, EX_WAITOK | EX_MALLOCOK);
EX_WAITOK);
PCI_MEMSIZE, EX_WAITOK, &membase);
PCI_IOSIZE, EX_WAITOK, &iobase);
sc->sc_fbphys & 0x3fffff, QVSIZE, EX_WAITOK)) {
EX_WAITOK|EX_MALLOCOK, &rv);
pm->pm_p0lr * PPTESZ, EX_WAITOK);
(NPTEPERREG - pm->pm_p1lr) * PPTESZ, EX_WAITOK);
extent_free(ptemap, p0br, p0lr*PPTESZ, EX_WAITOK);
extent_free(ptemap, optespc, olen, EX_WAITOK);
pmap->pm_p0lr * PPTESZ, EX_WAITOK);
(NPTEPERREG - pmap->pm_p1lr) * PPTESZ, EX_WAITOK);
NULL, 0, EX_WAITOK);
(waitok ? (EX_WAITSPACE | EX_WAITOK) : EX_NOWAIT) | EX_MALLOCOK,
(waitok ? (EX_WAITSPACE | EX_WAITOK) : EX_NOWAIT) | EX_MALLOCOK,
EX_WAITOK);
if ((flags & EX_WAITOK) == 0) {
rp = pool_get(&expool, (flags & EX_WAITOK) ? PR_WAITOK : PR_NOWAIT);
(flags & EX_WAITOK) ? KM_SLEEP : KM_NOSLEEP);