Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c904 paddr_t scratch_start; in init_mem_alloc() local
916 scratch_start = RNDUP((paddr_t)(uintptr_t)&local, MMU_PAGESIZE); in init_mem_alloc()
917 DBG(scratch_start); in init_mem_alloc()
918 scratch_end = RNDUP((paddr_t)scratch_start + 512 * 1024, TWO_MEG); in init_mem_alloc()