Searched refs:OF_alloc_virt (Results 1 – 2 of 2) sorted by relevance
66 vaddr_t OF_alloc_virt(int, int);
545 OF_alloc_virt(int len, int align) in OF_alloc_virt() function852 if ((virt = (void*)OF_alloc_virt(size, align)) == (void*)-1) { in OF_claim()