Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/aim/
H A Dmoea64_native.c585 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()
H A Dmmu_oea64.h138 extern u_long moea64_pteg_count;
H A Dmmu_oea64.c218 u_long moea64_pteg_count; variable
1040 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()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c251 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()
/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c118 moea64_pteg_count = final_pteg_count / sizeof(struct lpteg); in mps3_bootstrap()