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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c112 * Only memory up to scratch_end is mapped by page tables.
117 static paddr_t scratch_end = 0; /* we can't write all of mem here */ variable
716 scratch_end = RNDUP((paddr_t)scratch_start + 512 * 1024, TWO_MEG);
717 DBG(scratch_end);
723 next_avail_addr = scratch_end - 500 * 1024;
1272 if (next_avail_addr > scratch_end)
1273 dboot_panic("Out of mem next_avail: 0x%lx, scratch_end: "
1275 (ulong_t)scratch_end);
1702 while (next_avail_addr < scratch_end) {

Completed in 60 milliseconds