Searched refs:pteg (Results 1 – 4 of 4) sorted by relevance
324 uint64_t pteg, ptex; in pte_search() local366 pteg = (hash & hmask) << 3; in pte_search()374 (uintmax_t)(hash & hmask), (uintmax_t)pteg, in pte_search()378 for (ptex = pteg; ptex < pteg + 8; ptex++) { in pte_search()413 if (ptex == pteg + 8) { in pte_search()
194 static struct pteg *moea_pteg_table;835 size = moea_pteg_count * sizeof(struct pteg); in moea_bootstrap()838 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()840 bzero((void *)moea_pteg_table, moea_pteg_count * sizeof(struct pteg)); in moea_bootstrap()2316 struct pteg *pteg; in moea_pte_spill() local2328 pteg = &moea_pteg_table[ptegidx]; in moea_pte_spill()2332 pt = &pteg->pt[i]; in moea_pte_spill()
52 struct pteg { struct
90 int lv1_insert_htab_entry(uint64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_…