tlb.hh (2680:246e7104f744) tlb.hh (2984:797622d7b311)
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;

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

31
32#ifndef __ALPHA_MEMORY_HH__
33#define __ALPHA_MEMORY_HH__
34
35#include <map>
36
37#include "arch/alpha/ev5.hh"
38#include "arch/alpha/isa_traits.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;

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

31
32#ifndef __ALPHA_MEMORY_HH__
33#define __ALPHA_MEMORY_HH__
34
35#include <map>
36
37#include "arch/alpha/ev5.hh"
38#include "arch/alpha/isa_traits.hh"
39#include "arch/alpha/faults.hh"
39#include "arch/alpha/utility.hh"
40#include "arch/alpha/vtophys.hh"
40#include "base/statistics.hh"
41#include "mem/request.hh"
41#include "base/statistics.hh"
42#include "mem/request.hh"
43#include "sim/faults.hh"
42#include "sim/sim_object.hh"
43
44class ThreadContext;
45
46class AlphaTLB : public SimObject
47{
48 protected:
49 typedef std::multimap<Addr, int> PageTable;

--- 75 unchanged lines hidden ---
44#include "sim/sim_object.hh"
45
46class ThreadContext;
47
48class AlphaTLB : public SimObject
49{
50 protected:
51 typedef std::multimap<Addr, int> PageTable;

--- 75 unchanged lines hidden ---