HomeSort by: relevance | last modified time | path
    Searched refs:SEGINV (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/sun2/sun2/
pmap.c 465 if (sme < 0 || sme >= SEGINV)
599 if (pmap->pm_segmap[i] == SEGINV)
605 if (sme == SEGINV)
619 set_segmap(va, SEGINV);
660 pmeg_reserve(SEGINV);
672 /* Can not use pmeg_p() because it fails on SEGINV. */
712 if (sme != SEGINV) {
729 set_segmap(sva, SEGINV);
746 if (sme != SEGINV)
755 set_segmap(temp_seg_va, SEGINV);
    [all...]
machdep.c 1117 if (sme == SEGINV) {
  /src/sys/arch/sun3/sun3/
pmap.c 474 if (sme < 0 || sme >= SEGINV)
608 if (pmap->pm_segmap[i] == SEGINV)
614 if (sme == SEGINV)
628 set_segmap(va, SEGINV);
669 pmeg_reserve(SEGINV);
681 /* Can not use pmeg_p() because it fails on SEGINV. */
721 if (sme != SEGINV) {
738 set_segmap(sva, SEGINV);
755 if (sme != SEGINV)
764 set_segmap(0, SEGINV);
    [all...]
dvma.c 217 KASSERT(sme != SEGINV);
262 KASSERT(sme != SEGINV);
268 set_segmap_allctx(v, SEGINV);
obio.c 298 if (sme == SEGINV) {
  /src/sys/arch/sun2/include/
pte.h 34 #define SEGINV (NPMEG-1)
  /src/sys/arch/sun3/include/
pte3.h 37 #define SEGINV (NPMEG-1)

Completed in 15 milliseconds