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

/freebsd-10.0-release/sys/powerpc/include/
H A Dpte.h51 struct pteg { struct
/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea.c185 * Lock for the pteg and pvo tables.
196 static struct pteg *moea_pteg_table;
203 struct pvo_head *moea_pvo_table; /* pvo entries by pteg index */
834 size = moea_pteg_count * sizeof(struct pteg);
837 moea_pteg_table = (struct pteg *)moea_bootstrap_alloc(size, size);
839 bzero((void *)moea_pteg_table, moea_pteg_count * sizeof(struct pteg));
853 * Initialize the lock that synchronizes access to the pteg and pvo
2183 struct pteg *pteg; local
2195 pteg
[all...]
/freebsd-10.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 127 milliseconds