HomeSort by: relevance | last modified time | path
    Searched defs:chkpte (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sun2/sun2/
pmap.c 2568 int rv, s, pte, chkpte, sme; local in function:pmap_fault_reload
2587 chkpte = PG_VALID;
2589 chkpte |= PG_WRITE;
2629 if (pte & chkpte)
pmap.c 2568 int rv, s, pte, chkpte, sme; local in function:pmap_fault_reload
2587 chkpte = PG_VALID;
2589 chkpte |= PG_WRITE;
2629 if (pte & chkpte)
  /src/sys/arch/sun3/sun3/
pmap.c 2587 int rv, s, pte, chkpte, sme; local in function:pmap_fault_reload
2606 chkpte = PG_VALID;
2608 chkpte |= PG_WRITE;
2648 if (pte & chkpte)
pmap.c 2587 int rv, s, pte, chkpte, sme; local in function:pmap_fault_reload
2606 chkpte = PG_VALID;
2608 chkpte |= PG_WRITE;
2648 if (pte & chkpte)

Completed in 31 milliseconds