Home
last modified time | relevance | path

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

/titanic_54/usr/src/boot/sys/boot/ofw/libofw/
H A Dlibofw.h61 void *ofw_alloc_heap(unsigned int);
H A Dofw_memory.c119 ofw_alloc_heap(unsigned int size) in ofw_alloc_heap() function
/titanic_54/usr/src/boot/sys/boot/ofw/common/
H A Dmain.c54 if ((base = ofw_alloc_heap(HEAP_SIZE)) == (void *)0xffffffff) { in init_heap()