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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h184 uintptr_t hole_end; /* end of VA hole (or 0 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.
303 if (hi < hole_end)
306 /* lo < hole_start && hi >= hole_end */
313 else if (hi - hole_end >= tot_len)
314 lo = hole_end;
321 if (hi - hole_end >= tot_len)
322 lo = hole_end;
330 if (hi < hole_end)
332 if (lo < hole_end)
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dstartup.c247 uintptr_t hole_start, hole_end; variable

Completed in 72 milliseconds