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

  /src/sys/arch/sun2/sun2/
pmap.c 1950 int do_pv, old_pte, sme; local
2020 old_pte = 0;
2029 old_pte = get_pte(pgva);
2030 if ((old_pte & PG_VALID) == 0)
2038 old_pte = get_pte(pgva);
2045 if (!IS_MAIN_MEM(old_pte)) {
2051 save_modref_bits(old_pte);
2055 * Note we get here only with old_pte having PGT_OBMEM.
2057 if ((old_pte & (PG_TYPE|PG_FRAME)) == (new_pte & (PG_TYPE|PG_FRAME))) {
2059 new_pte |= (old_pte & PG_NC)
2094 int do_pv, old_pte, sme; local
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 1983 int do_pv, old_pte, sme; local
2051 old_pte = 0;
2060 old_pte = get_pte(pgva);
2061 if ((old_pte & PG_VALID) == 0)
2069 old_pte = get_pte(pgva);
2076 if (!IS_MAIN_MEM(old_pte)) {
2082 save_modref_bits(old_pte);
2086 * Note we get here only with old_pte having PGT_OBMEM.
2088 if ((old_pte & (PG_TYPE|PG_FRAME)) == (new_pte & (PG_TYPE|PG_FRAME))) {
2090 new_pte |= (old_pte & PG_NC)
2124 int do_pv, old_pte, sme; local
    [all...]

Completed in 15 milliseconds