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 1982 int do_pv, old_pte, sme; local
2052 old_pte = 0;
2061 old_pte = get_pte(pgva);
2062 if ((old_pte & PG_VALID) == 0)
2070 old_pte = get_pte(pgva);
2077 if (!IS_MAIN_MEM(old_pte)) {
2083 save_modref_bits(old_pte);
2087 * Note we get here only with old_pte having PGT_OBMEM.
2089 if ((old_pte & (PG_TYPE|PG_FRAME)) == (new_pte & (PG_TYPE|PG_FRAME))) {
2091 new_pte |= (old_pte & PG_NC)
2126 int do_pv, old_pte, sme; local
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 2013 int do_pv, old_pte, sme; local
2081 old_pte = 0;
2090 old_pte = get_pte(pgva);
2091 if ((old_pte & PG_VALID) == 0)
2099 old_pte = get_pte(pgva);
2106 if (!IS_MAIN_MEM(old_pte)) {
2112 save_modref_bits(old_pte);
2116 * Note we get here only with old_pte having PGT_OBMEM.
2118 if ((old_pte & (PG_TYPE|PG_FRAME)) == (new_pte & (PG_TYPE|PG_FRAME))) {
2120 new_pte |= (old_pte & PG_NC)
2154 int do_pv, old_pte, sme; local
    [all...]

Completed in 40 milliseconds