Searched refs:ofw_alloc_heap (Results 1 – 3 of 3) sorted by relevance
61 void *ofw_alloc_heap(unsigned int);
119 ofw_alloc_heap(unsigned int size) in ofw_alloc_heap() function
54 if ((base = ofw_alloc_heap(HEAP_SIZE)) == (void *)0xffffffff) { in init_heap()