Home
last modified time | relevance | path

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

/freebsd-14.2/sys/powerpc/aim/
H A Dmmu_oea.c247 static vm_offset_t moea_bootstrap_alloc(vm_size_t, u_int);
838 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()
847 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size, in moea_bootstrap()
866 moea_bpvo_pool = (struct pvo_entry *)moea_bootstrap_alloc( in moea_bootstrap()
960 pa = moea_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE); in moea_bootstrap()
975 pa = msgbuf_phys = moea_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea_bootstrap()
988 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap()
1989 moea_bootstrap_alloc(vm_size_t size, u_int align) in moea_bootstrap_alloc() function