Searched refs:scratch_start (Results 1 – 1 of 1) sorted by relevance
885 paddr_t scratch_start; in init_mem_alloc() local897 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()