Home | History | Annotate | Download | only in pmap

Lines Matching refs:ppg_ptes

452 	return ppg->ppg_ptes + pte_idx;
526 if (ppg->ppg_ptes[j] != 0) {
529 (uintptr_t)&ppg->ppg_ptes[j],
530 (uintptr_t)ppg->ppg_ptes[j], 0, 0);
532 if (ppg->ppg_ptes[i] != 0)
535 i, ppg->ppg_ptes[i], 0, 0);
538 __func__, &ppg->ppg_ptes[j],
539 ppg->ppg_ptes[j]);
854 (*callback)(pmap, va, va + vinc, ppg->ppg_ptes, flags);
1196 return ppg->ppg_ptes + pte_idx;