Searched refs:moea_bootstrap_alloc (Results 1 – 1 of 1) sorted by relevance
242 static vm_offset_t moea_bootstrap_alloc(vm_size_t, u_int);831 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()840 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size, in moea_bootstrap()859 moea_bpvo_pool = (struct pvo_entry *)moea_bootstrap_alloc( in moea_bootstrap()947 pa = moea_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, PAGE_SIZE); in moea_bootstrap()962 pa = msgbuf_phys = moea_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea_bootstrap()975 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap()1865 moea_bootstrap_alloc(vm_size_t size, u_int align) in moea_bootstrap_alloc() function