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

/freebsd-10.1-release/sys/powerpc/aim/
H A Dmmu_oea64.h40 vm_offset_t moea64_bootstrap_alloc(vm_size_t, u_int);
H A Dmmu_oea64.c789 moea64_pvo_table = (struct pvo_head *)moea64_bootstrap_alloc(size,
808 moea64_bpvo_pool = (struct pvo_entry *)moea64_bootstrap_alloc(
924 pa = moea64_bootstrap_alloc(KSTACK_PAGES * PAGE_SIZE, PAGE_SIZE);
939 pa = msgbuf_phys = moea64_bootstrap_alloc(msgbufsize, PAGE_SIZE);
952 pa = moea64_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE);
2147 moea64_bootstrap_alloc(vm_size_t size, u_int align) function
2184 panic("moea64_bootstrap_alloc: could not allocate memory");
H A Dmoea64_native.c391 moea64_pteg_table = (struct lpteg *)moea64_bootstrap_alloc(size, size);

Completed in 53 milliseconds