Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c885 paddr_t scratch_start; in init_mem_alloc() local
897 scratch_start = RNDUP((paddr_t)(uintptr_t)&local, MMU_PAGESIZE); in init_mem_alloc()
898 DBG(scratch_start); in init_mem_alloc()
899 scratch_end = RNDUP((paddr_t)scratch_start + 512 * 1024, TWO_MEG); in init_mem_alloc()