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...] |