Searched refs:moea_bootstrap_alloc (Results 1 – 1 of 1) sorted by relevance
248 static vm_offset_t moea_bootstrap_alloc(vm_size_t, u_int);839 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()848 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size, in moea_bootstrap()867 moea_bpvo_pool = (struct pvo_entry *)moea_bootstrap_alloc( in moea_bootstrap()961 pa = moea_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE); in moea_bootstrap()976 pa = msgbuf_phys = moea_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea_bootstrap()989 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap()1995 moea_bootstrap_alloc(vm_size_t size, u_int align) in moea_bootstrap_alloc() function