tlb.hh (10194:e6d2e8083d9c) | tlb.hh (10474:799c8ee4ecba) |
---|---|
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/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" | 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/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" |
49#include "sim/fault_fwd.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. --- 122 unchanged lines hidden --- | 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. --- 122 unchanged lines hidden --- |