OF_alloc_phys
static paddr_t OF_alloc_phys(int len, int align);
if ((paddr = OF_alloc_phys(size, align)) == (paddr_t)-1LL) {