Searched refs:scratch_start (Results 1 – 1 of 1) sorted by relevance
702 paddr_t scratch_start; in init_mem_alloc() local714 scratch_start = RNDUP((paddr_t)(uintptr_t)&local, MMU_PAGESIZE); in init_mem_alloc()715 DBG(scratch_start); in init_mem_alloc()716 scratch_end = RNDUP((paddr_t)scratch_start + 512 * 1024, TWO_MEG); in init_mem_alloc()