tlb.cc (7720:65d338a8dba4) tlb.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2001-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;

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

590void
591TLB::translateTiming(RequestPtr req, ThreadContext *tc,
592 Translation *translation, Mode mode)
593{
594 assert(translation);
595 translation->finish(translateAtomic(req, tc, mode), req, tc, mode);
596}
597
1/*
2 * Copyright (c) 2001-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;

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

590void
591TLB::translateTiming(RequestPtr req, ThreadContext *tc,
592 Translation *translation, Mode mode)
593{
594 assert(translation);
595 translation->finish(translateAtomic(req, tc, mode), req, tc, mode);
596}
597
598/* end namespace AlphaISA */ }
598} // namespace AlphaISA
599
600AlphaISA::TLB *
601AlphaTLBParams::create()
602{
603 return new AlphaISA::TLB(this);
604}
599
600AlphaISA::TLB *
601AlphaTLBParams::create()
602{
603 return new AlphaISA::TLB(this);
604}