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);
|