Home
last modified time | relevance | path

Searched refs:moea64_bootstrap_alloc (Results 1 – 4 of 4) sorted by relevance

/src/sys/powerpc/aim/
H A Dmmu_oea64.h49 vm_offset_t moea64_bootstrap_alloc(vm_size_t size, vm_size_t align);
H A Dmoea64_native.c611 moea64_pteg_table = (struct lpte *)moea64_bootstrap_alloc(size, in moea64_bootstrap_native()
619 (struct pate *)moea64_bootstrap_alloc(PART_SIZE, PART_SIZE); in moea64_bootstrap_native()
H A Dmmu_oea64.c1057 moea64_bpvo_pool = (struct pvo_entry *)moea64_bootstrap_alloc( in moea64_mid_bootstrap()
1183 pa = moea64_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE); in moea64_late_bootstrap()
1198 pa = msgbuf_phys = moea64_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea64_late_bootstrap()
1211 pa = moea64_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea64_late_bootstrap()
2803 moea64_bootstrap_alloc(vm_size_t size, vm_size_t align) in moea64_bootstrap_alloc() function
H A Dmmu_radix.c898 ret = moea64_bootstrap_alloc(n * PAGE_SIZE, PAGE_SIZE); in allocpages()
1849 l1phys = moea64_bootstrap_alloc(RADIX_PGD_SIZE, RADIX_PGD_SIZE); in mmu_radix_setup_pagetables()
2035 moea64_bootstrap_alloc(PARTTAB_SIZE, PARTTAB_SIZE); in mmu_radix_early_bootstrap()
2042 proctab0pa = moea64_bootstrap_alloc(proctab_size, proctab_size); in mmu_radix_early_bootstrap()