vtophys.cc (5568:d14250d688d2) vtophys.cc (5569:baeee670d4ce)
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;

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

110
111
112 DPRINTF(VtoPhys, "vtophys(%#x) -> %#x\n", vaddr, paddr);
113
114 return paddr;
115}
116
117} // namespace AlphaISA
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;

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

110
111
112 DPRINTF(VtoPhys, "vtophys(%#x) -> %#x\n", vaddr, paddr);
113
114 return paddr;
115}
116
117} // namespace AlphaISA
118