tlb.hh (10558:426665ec11a9) | tlb.hh (10687:276da6265ab8) |
---|---|
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 --- 25 unchanged lines hidden (view full) --- 34 * Timothy M. Jones 35 */ 36 37#ifndef __ARCH_POWER_TLB_HH__ 38#define __ARCH_POWER_TLB_HH__ 39 40#include <map> 41 | 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 --- 25 unchanged lines hidden (view full) --- 34 * Timothy M. Jones 35 */ 36 37#ifndef __ARCH_POWER_TLB_HH__ 38#define __ARCH_POWER_TLB_HH__ 39 40#include <map> 41 |
42#include "arch/generic/tlb.hh" |
|
42#include "arch/power/isa_traits.hh" 43#include "arch/power/pagetable.hh" 44#include "arch/power/utility.hh" 45#include "arch/power/vtophys.hh" 46#include "base/statistics.hh" 47#include "mem/request.hh" 48#include "params/PowerTLB.hh" | 43#include "arch/power/isa_traits.hh" 44#include "arch/power/pagetable.hh" 45#include "arch/power/utility.hh" 46#include "arch/power/vtophys.hh" 47#include "base/statistics.hh" 48#include "mem/request.hh" 49#include "params/PowerTLB.hh" |
49#include "sim/tlb.hh" | |
50 51class ThreadContext; 52 53namespace PowerISA { 54 55// This is copied from the ARM ISA and has not been checked against the 56// Power at all. 57struct TlbEntry --- 125 unchanged lines hidden --- | 50 51class ThreadContext; 52 53namespace PowerISA { 54 55// This is copied from the ARM ISA and has not been checked against the 56// Power at all. 57struct TlbEntry --- 125 unchanged lines hidden --- |