Home
last modified time | relevance | path

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

/freebsd-13.1/sys/powerpc/aim/
H A Dmmu_oea.c249 static vm_offset_t moea_bootstrap_alloc(vm_size_t, u_int);
840 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()
849 moea_pvo_table = (struct pvo_head *)moea_bootstrap_alloc(size, in moea_bootstrap()
868 moea_bpvo_pool = (struct pvo_entry *)moea_bootstrap_alloc( in moea_bootstrap()
962 pa = moea_bootstrap_alloc(kstack_pages * PAGE_SIZE, PAGE_SIZE); in moea_bootstrap()
977 pa = msgbuf_phys = moea_bootstrap_alloc(msgbufsize, PAGE_SIZE); in moea_bootstrap()
990 pa = moea_bootstrap_alloc(DPCPU_SIZE, PAGE_SIZE); in moea_bootstrap()
1991 moea_bootstrap_alloc(vm_size_t size, u_int align) in moea_bootstrap_alloc() function