pmap.c | 191 static inline volatile u_int *pte_find(struct pmap *, vaddr_t); 266 pte_find(struct pmap *pm, vaddr_t va) function in typeref:typename:volatile u_int * 543 if (pte_find(pm, kbreak)) 991 if ((ptp = pte_find(pm, va)) && (pa = *ptp)) { 1051 if ((ptp = pte_find(pm, sva)) != NULL) { 1535 pte = pte_find((struct pmap *)__UNVOLATILE(ctxbusy[ctx]), va);
|