tlb.hh (10474:799c8ee4ecba) | tlb.hh (10687:276da6265ab8) |
---|---|
1/* 2 * Copyright (c) 2010-2013 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 34 unchanged lines hidden (view full) --- 43#ifndef __ARCH_ARM_TLB_HH__ 44#define __ARCH_ARM_TLB_HH__ 45 46 47#include "arch/arm/isa_traits.hh" 48#include "arch/arm/pagetable.hh" 49#include "arch/arm/utility.hh" 50#include "arch/arm/vtophys.hh" | 1/* 2 * Copyright (c) 2010-2013 ARM Limited 3 * All rights reserved 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 34 unchanged lines hidden (view full) --- 43#ifndef __ARCH_ARM_TLB_HH__ 44#define __ARCH_ARM_TLB_HH__ 45 46 47#include "arch/arm/isa_traits.hh" 48#include "arch/arm/pagetable.hh" 49#include "arch/arm/utility.hh" 50#include "arch/arm/vtophys.hh" |
51#include "arch/generic/tlb.hh" |
|
51#include "base/statistics.hh" 52#include "dev/dma_device.hh" 53#include "mem/request.hh" 54#include "params/ArmTLB.hh" 55#include "sim/probe/pmu.hh" | 52#include "base/statistics.hh" 53#include "dev/dma_device.hh" 54#include "mem/request.hh" 55#include "params/ArmTLB.hh" 56#include "sim/probe/pmu.hh" |
56#include "sim/tlb.hh" | |
57 58class ThreadContext; 59 60namespace ArmISA { 61 62class TableWalker; 63class Stage2LookUp; 64class Stage2MMU; --- 310 unchanged lines hidden --- | 57 58class ThreadContext; 59 60namespace ArmISA { 61 62class TableWalker; 63class Stage2LookUp; 64class Stage2MMU; --- 310 unchanged lines hidden --- |