tlb.hh (10474:799c8ee4ecba) | tlb.hh (10687:276da6265ab8) |
---|---|
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; --- 25 unchanged lines hidden (view full) --- 34 35#include <map> 36 37#include "arch/alpha/ev5.hh" 38#include "arch/alpha/isa_traits.hh" 39#include "arch/alpha/pagetable.hh" 40#include "arch/alpha/utility.hh" 41#include "arch/alpha/vtophys.hh" | 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; --- 25 unchanged lines hidden (view full) --- 34 35#include <map> 36 37#include "arch/alpha/ev5.hh" 38#include "arch/alpha/isa_traits.hh" 39#include "arch/alpha/pagetable.hh" 40#include "arch/alpha/utility.hh" 41#include "arch/alpha/vtophys.hh" |
42#include "arch/generic/tlb.hh" |
|
42#include "base/statistics.hh" 43#include "mem/request.hh" 44#include "params/AlphaTLB.hh" | 43#include "base/statistics.hh" 44#include "mem/request.hh" 45#include "params/AlphaTLB.hh" |
45#include "sim/tlb.hh" | |
46 47class ThreadContext; 48 49namespace AlphaISA { 50 51struct TlbEntry; 52 53class TLB : public BaseTLB --- 104 unchanged lines hidden --- | 46 47class ThreadContext; 48 49namespace AlphaISA { 50 51struct TlbEntry; 52 53class TLB : public BaseTLB --- 104 unchanged lines hidden --- |