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

/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_regs.c159 int npg_am; local
189 /* Calculate the npg_am */
191 for (npg_am = 0, npages >>= 1; npages; npages >>= 1, npg_am++)
194 am = MIN(max_am, MIN(dvma_am, npg_am));

Completed in 44 milliseconds