moea_bootstrap_alloc
static vm_offset_t moea_bootstrap_alloc(vm_size_t, u_int);
moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size);
moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size,
moea_bpvo_pool = (struct pvo_entry *)moea_bootstrap_alloc(
pa = moea_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE);
pa = msgbuf_phys = moea_bootstrap_alloc(msgbufsize, PAGE_SIZE);
pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE);