Home
last modified time | relevance | path

Searched refs:scratch_end (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c130 static paddr_t scratch_end = 0; /* we can't write all of mem here */ variable
918 scratch_end = RNDUP((paddr_t)scratch_start + 512 * 1024, TWO_MEG); in init_mem_alloc()
919 DBG(scratch_end); in init_mem_alloc()
925 next_avail_addr = scratch_end - 500 * 1024; in init_mem_alloc()
1928 if (next_avail_addr > scratch_end) in do_mem_alloc()
1931 (ulong_t)scratch_end); in do_mem_alloc()
2555 while (next_avail_addr < scratch_end) { in startup_kernel()