Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ps3/
H A Dmmu_ps3.c100 uint64_t final_pteg_count; in mps3_bootstrap() local
113 &mps3_vas_id, &final_pteg_count in mps3_bootstrap()
118 moea64_pteg_count = final_pteg_count / sizeof(struct lpteg); in mps3_bootstrap()
/freebsd/sys/powerpc/pseries/
H A Dmmu_phyp.c106 static uint64_t final_pteg_count = 0; variable
156 final_pteg_count = 1 << prop[1]; in mphyp_install()
251 moea64_pteg_count = final_pteg_count / sizeof(struct lpteg); in mphyp_bootstrap()