ofw.c | 233 static vaddr_t ofw_claimvirt(vaddr_t, vsize_t, vaddr_t); 1282 systempage.pv_va = ofw_claimvirt(vector_page, PAGE_SIZE, 0); 1647 ofw_claimvirt(va, size, 0); /* make sure OFW knows about the memory */ 1727 ofw_claimvirt(vaddr_t va, vsize_t size, vaddr_t align) function in typeref:typename:vaddr_t 1731 /*printf("ofw_claimvirt (%x, %x, %x) --> ", va, size, align);*/ 1901 if (ofw_claimvirt(va, alloc_size, 0) != va)
|