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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c414 int plat_mnode_xcheck(pfn_t pfncnt);
623 * plat_mnode_xcheck: checks the node memory ranges to see if there is a pfncnt
624 * range of pages aligned on pfncnt that crosses an node boundary. Returns 1 if
628 plat_mnode_xcheck(pfn_t pfncnt) argument
660 /* check if the starting address of node is pfncnt aligned */
661 if ((lgrp_plat_memnode_info[node].start & (pfncnt - 1)) != 0) {
667 * range of length pfncnt that crosses this boundary.
671 pfncnt);
673 pfncnt);
675 ASSERT((ea - sa) == pfncnt);
[all...]

Completed in 59 milliseconds