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

  /src/sys/arch/sun2/sun2/
pmap.c 368 static void pv_changepte(paddr_t, int, int);
1084 pv_changepte(paddr_t pa, int set_bits, int clear_bits) function in typeref:typename:void
1105 panic("pv_changepte: clear=0x%x", clear_bits);
1116 panic("pv_changepte: null segmap");
1153 panic("pv_changepte: SEGINV");
1161 panic("pv_changepte: not PG_VALID at va=0x%lx", va);
1364 pv_changepte(pa, PG_NC, 0);
1466 pv_changepte(pa, 0, PG_NC);
2944 pv_changepte(pa, 0, PG_WRITE);
  /src/sys/arch/sun3/sun3/
pmap.c 377 static void pv_changepte(paddr_t, int, int);
1093 pv_changepte(paddr_t pa, int set_bits, int clear_bits) function in typeref:typename:void
1114 panic("pv_changepte: clear=0x%x", clear_bits);
1125 panic("pv_changepte: null segmap");
1160 panic("pv_changepte: SEGINV");
1168 panic("pv_changepte: not PG_VALID at va=0x%lx", va);
1371 pv_changepte(pa, PG_NC, 0);
1473 pv_changepte(pa, 0, PG_NC);
2922 pv_changepte(pa, 0, PG_WRITE);

Completed in 136 milliseconds