pmap_boot_find_memory
pmap_pteg_table = (void *)(uintptr_t) pmap_boot_find_memory(size, size, 0);
pmap_pvo_table = (void *)(uintptr_t) pmap_boot_find_memory(size, PAGE_SIZE, 0);
msgbuf_paddr = pmap_boot_find_memory(MSGBUFSIZE, PAGE_SIZE, 1);
static paddr_t pmap_boot_find_memory(psize_t, psize_t, int);