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

/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c1827 caddr_t hibound = lobound + *lenp; local
1846 * This increases the chance that hibound will be adjusted to
1886 * use a_lastgap's base as a better estimate of hibound.
1890 hibound >= as->a_lastgap->s_base)
1891 hibound = as->a_lastgap->s_base;
1893 hseg = as_findseg(as, hibound, 1);
1894 if (hseg->s_base + hseg->s_size < hibound) {
1905 * use MAXADDR in place of hibound in the expression below,
1906 * but can't express it easily; using hibound in its place is
1910 hi = (hseg == NULL) ? hibound
[all...]

Completed in 50 milliseconds