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 in function:pmap_enter_kernel
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 in function:pmap_enter_user
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 2014 int do_pv, old_pte, sme; local in function:pmap_enter_kernel
2082 old_pte = 0;
2091 old_pte = get_pte(pgva);
2092 if ((old_pte & PG_VALID) == 0)
2100 old_pte = get_pte(pgva);
2107 if (!IS_MAIN_MEM(old_pte)) {
2113 save_modref_bits(old_pte);
2117 * Note we get here only with old_pte having PGT_OBMEM.
2119 if ((old_pte & (PG_TYPE|PG_FRAME)) == (new_pte & (PG_TYPE|PG_FRAME))) {
2121 new_pte |= (old_pte & PG_NC)
2155 int do_pv, old_pte, sme; local in function:pmap_enter_user
    [all...]

Completed in 14 milliseconds