Deleted Added
sdiff udiff text old ( 7741:340b6f01d69b ) new ( 7811:a8fc35183c10 )
full compact
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 115 unchanged lines hidden (view full) ---

124 foundtbe:
125 pte = tbe->pte;
126 DPRINTF(VtoPhys, "Virtual(%#x)->Physical(%#x) found in TLB\n", addr,
127 pte.translate(addr));
128 foundpte:
129 return pte.translate(addr);
130}
131
132} // namespace SparcISA