Searched refs:fMaxRoundSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dvtd.c745 uint32_t fMaxRoundSize; variable
1095 addr = vtd_rballoc(bf, size, align, fMaxRoundSize, mapOptions, pageList);
1140 vtd_rbfree(bf, addr, size, fMaxRoundSize);
1221 if (unit->selective && ((unit->rounding > fMaxRoundSize)))
1222 fMaxRoundSize = unit->rounding;
1226 context_width, fTreeBits, fMaxRoundSize);
1229 if (!fMaxRoundSize) return (false);
1230 if ((48 == fTreeBits) && (9 == fMaxRoundSize)) return (false);

Completed in 117 milliseconds