Home
last modified time | relevance | path

Searched refs:pteg (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c324 uint64_t pteg, ptex; in pte_search() local
366 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()
/freebsd/sys/powerpc/aim/
H A Dmmu_oea.c194 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() local
2328 pteg = &moea_pteg_table[ptegidx]; in moea_pte_spill()
2332 pt = &pteg->pt[i]; in moea_pte_spill()
/freebsd/sys/powerpc/include/
H A Dpte.h52 struct pteg { struct
/freebsd/sys/powerpc/ps3/
H A Dps3-hvcall.h90 int lv1_insert_htab_entry(uint64_t vas_id, uint64_t pteg, uint64_t pte_hi, uint64_t pte_lo, uint64_…