tlb.cc (7461:5a07045d0af2) tlb.cc (7676:92274350b953)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

45#include "base/inifile.hh"
46#include "base/str.hh"
47#include "base/trace.hh"
48#include "cpu/thread_context.hh"
49#include "mem/page_table.hh"
50#include "params/PowerTLB.hh"
51#include "sim/process.hh"
52
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * Copyright (c) 2007 MIPS Technologies, Inc.
4 * Copyright (c) 2007-2008 The Florida State University
5 * Copyright (c) 2009 The University of Edinburgh
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

45#include "base/inifile.hh"
46#include "base/str.hh"
47#include "base/trace.hh"
48#include "cpu/thread_context.hh"
49#include "mem/page_table.hh"
50#include "params/PowerTLB.hh"
51#include "sim/process.hh"
52
53
54using namespace std;
55using namespace PowerISA;
56
57///////////////////////////////////////////////////////////////////////
58//
59// POWER TLB
60//
61

--- 284 unchanged lines hidden ---
53using namespace std;
54using namespace PowerISA;
55
56///////////////////////////////////////////////////////////////////////
57//
58// POWER TLB
59//
60

--- 284 unchanged lines hidden ---