tlb.hh (7461:5a07045d0af2) tlb.hh (7678:f19b6a3a8cec)
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

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

41
42#include "arch/power/isa_traits.hh"
43#include "arch/power/utility.hh"
44#include "arch/power/vtophys.hh"
45#include "arch/power/pagetable.hh"
46#include "base/statistics.hh"
47#include "mem/request.hh"
48#include "params/PowerTLB.hh"
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

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

41
42#include "arch/power/isa_traits.hh"
43#include "arch/power/utility.hh"
44#include "arch/power/vtophys.hh"
45#include "arch/power/pagetable.hh"
46#include "base/statistics.hh"
47#include "mem/request.hh"
48#include "params/PowerTLB.hh"
49#include "sim/faults.hh"
49#include "sim/fault.hh"
50#include "sim/tlb.hh"
51
52class ThreadContext;
53
54namespace PowerISA {
55
56// This is copied from the ARM ISA and has not been checked against the
57// Power at all.

--- 115 unchanged lines hidden ---
50#include "sim/tlb.hh"
51
52class ThreadContext;
53
54namespace PowerISA {
55
56// This is copied from the ARM ISA and has not been checked against the
57// Power at all.

--- 115 unchanged lines hidden ---