Searched refs:moea64_bootstrap_alloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.h40 vm_offset_t moea64_bootstrap_alloc(vm_size_t, u_int);
H A Dmmu_oea64.c775 moea64_pvo_table = (struct pvo_head *)moea64_bootstrap_alloc(size,
794 moea64_bpvo_pool = (struct pvo_entry *)moea64_bootstrap_alloc(
910 pa = moea64_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, PAGE_SIZE);
925 pa = msgbuf_phys = moea64_bootstrap_alloc(msgbufsize, PAGE_SIZE);
938 pa = moea64_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE);
2140 moea64_bootstrap_alloc(vm_size_t size, u_int align) function
2177 panic("moea64_bootstrap_alloc: could not allocate memory");
H A Dmoea64_native.c398 moea64_pteg_table = (struct lpteg *)moea64_bootstrap_alloc(size, size);

Completed in 124 milliseconds