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

/illumos-gate/usr/src/cmd/amt/
H A Damt.c396 caddr_t hole_start; local
407 hole_start = (caddr_t)sbrk(0);
412 hole_start);
473 if (hole_start == hole_after)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h183 uintptr_t hole_start; /* start of VA hole (or -1 if none) */ member in struct:hat_mmu_info
244 #define IN_VA_HOLE(va) (mmu.hole_start <= (va) && (va) < mmu.hole_end)
/illumos-gate/usr/src/uts/sun4/vm/
H A Dvm_dep.c252 caddr_t hole_start, hole_end; variable
298 * hole_start and hole_end that should never be mapped by the MMU.
301 if (lo < hole_start) {
302 if (hi > hole_start)
304 hi = hole_start;
306 /* lo < hole_start && hi >= hole_end */
311 if (hole_start - lo >= tot_len)
312 hi = hole_start;
323 else if (hole_start - lo >= tot_len)
324 hi = hole_start;
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c247 uintptr_t hole_start, hole_end; variable

Completed in 53 milliseconds