Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dsimple_alloc.c129 unsigned long heap_base, tbl_size; in simple_alloc_init() local
135 tbl_size = tbl_entries * sizeof(struct alloc_info); in simple_alloc_init()
138 memset(alloc_tbl, 0, tbl_size); in simple_alloc_init()
140 heap_base = _ALIGN_UP((unsigned long)alloc_tbl + tbl_size, alloc_min); in simple_alloc_init()