Searched refs:moea64_pteg_count (Results 1 – 5 of 5) sorted by relevance
585 size = moea64_pteg_count * sizeof(struct lpteg); in moea64_bootstrap_native()587 moea64_pteg_count, size); in moea64_bootstrap_native()617 bzero(__DEVOLATILE(void *, moea64_pteg_table), moea64_pteg_count * in moea64_bootstrap_native()623 (uintptr_t)(flsl((moea64_pteg_count - 1) >> 11))); in moea64_bootstrap_native()635 size = moea64_pteg_count * sizeof(struct lpteg); in moea64_bootstrap_native()
138 extern u_long moea64_pteg_count;
218 u_long moea64_pteg_count; variable1040 moea64_pteg_count = PTEGCOUNT; in moea64_early_bootstrap()1042 moea64_pteg_count = 0x1000; in moea64_early_bootstrap()1044 while (moea64_pteg_count < physmem) in moea64_early_bootstrap()1045 moea64_pteg_count <<= 1; in moea64_early_bootstrap()1047 moea64_pteg_count >>= 1; in moea64_early_bootstrap()1059 moea64_pteg_mask = moea64_pteg_count - 1; in moea64_mid_bootstrap()3376 return (sizeof(struct lpte) * moea64_pteg_count * 8); in moea64_scan_pmap()3385 dump_ctx.ptex_end = moea64_pteg_count * 8; in moea64_dump_pmap_init()
251 moea64_pteg_count = final_pteg_count / sizeof(struct lpteg); in mphyp_bootstrap()254 for (idx = 0; idx < moea64_pteg_count*8; idx++) { in mphyp_bootstrap()448 moea64_pteg_count, pte->pte_hi, pte->pte_lo)); in mphyp_pte_insert_locked()
118 moea64_pteg_count = final_pteg_count / sizeof(struct lpteg); in mps3_bootstrap()