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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c342 caddr_t thi = hi - redzone; local
347 if (thi < tlo || thi - tlo < minlen) {
/illumos-gate/usr/src/uts/common/os/
H A Dmem_cage.c322 pfn_t thi = hi; local
351 thi = MIN(hi, khi);
365 if (tlo == thi)
368 ASSERT(lo <= tlo && tlo < thi && thi <= hi);
372 *nhi = thi;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_machdep.c904 uintptr_t thi = hi - redzone; local
909 if (thi < tlo || thi - tlo < minlen) {

Completed in 85 milliseconds