Searched refs:pteg (Results 1 – 3 of 3) sorted by relevance
51 struct pteg { struct
189 static struct pteg *moea_pteg_table;828 size = moea_pteg_count * sizeof(struct pteg); in moea_bootstrap()831 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size); in moea_bootstrap()833 bzero((void *)moea_pteg_table, moea_pteg_count * sizeof(struct pteg)); in moea_bootstrap()2189 struct pteg *pteg; in moea_pte_spill() local2201 pteg = &moea_pteg_table[ptegidx]; in moea_pte_spill()2205 pt = &pteg->pt[i]; in moea_pte_spill()
92 int lv1_insert_htab_entry(uint64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_…