Home
last modified time | relevance | path

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

/freebsd/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.c604 moea64_pteg_table = (struct lpte *)moea64_bootstrap_alloc(size, in moea64_bootstrap_native()
612 (struct pate *)moea64_bootstrap_alloc(PART_SIZE, PART_SIZE); in moea64_bootstrap_native()
H A Dmmu_oea64.c1092 moea64_bpvo_pool = (struct pvo_entry *)moea64_bootstrap_alloc( in moea64_mid_bootstrap()
1218 pa = moea64_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE); in moea64_late_bootstrap()
1233 pa = msgbuf_phys = moea64_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea64_late_bootstrap()
1246 pa = moea64_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea64_late_bootstrap()
2845 moea64_bootstrap_alloc(vm_size_t size, vm_size_t align) in moea64_bootstrap_alloc() function
H A Dmmu_radix.c899 ret = moea64_bootstrap_alloc(n * PAGE_SIZE, PAGE_SIZE); in allocpages()
1850 l1phys = moea64_bootstrap_alloc(RADIX_PGD_SIZE, RADIX_PGD_SIZE); in mmu_radix_setup_pagetables()
2036 moea64_bootstrap_alloc(PARTTAB_SIZE, PARTTAB_SIZE); in mmu_radix_early_bootstrap()
2043 proctab0pa = moea64_bootstrap_alloc(proctab_size, proctab_size); in mmu_radix_early_bootstrap()