Searched refs:pteg (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/powerpc/include/
H A Dpte.h51 struct pteg { struct
/freebsd-11.0-release/sys/powerpc/aim/
H A Dmmu_oea.c178 * Lock for the pteg and pvo tables.
189 static struct pteg *moea_pteg_table;
196 struct pvo_head *moea_pvo_table; /* pvo entries by pteg index */
818 size = moea_pteg_count * sizeof(struct pteg);
821 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size);
823 bzero((void *)moea_pteg_table, moea_pteg_count * sizeof(struct pteg));
837 * Initialize the lock that synchronizes access to the pteg and pvo
2184 struct pteg *pteg; local
2196 pteg
[all...]
/freebsd-11.0-release/sys/powerpc/ps3/
H A Dps3-hvcall.h92 int lv1_insert_htab_entry(uint64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_t lockflags, uint64_t flags, uint64_t *index, uint64_t *evicted_hi, uint64_t *evicted_lo);

Completed in 102 milliseconds