fs_translating_port_proxy.cc (10564:a8c16e2d466a) fs_translating_port_proxy.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2011,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

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

41 * Andreas Hansson
42 */
43
44/**
45 * @file
46 * Port object definitions.
47 */
48
1/*
2 * Copyright (c) 2011,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

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

41 * Andreas Hansson
42 */
43
44/**
45 * @file
46 * Port object definitions.
47 */
48
49#include "mem/fs_translating_port_proxy.hh"
50
49#include "arch/vtophys.hh"
50#include "base/chunk_generator.hh"
51#include "cpu/base.hh"
52#include "cpu/thread_context.hh"
51#include "arch/vtophys.hh"
52#include "base/chunk_generator.hh"
53#include "cpu/base.hh"
54#include "cpu/thread_context.hh"
53#include "mem/fs_translating_port_proxy.hh"
54#include "sim/system.hh"
55
56using namespace TheISA;
57
58FSTranslatingPortProxy::FSTranslatingPortProxy(ThreadContext *tc)
59 : PortProxy(tc->getCpuPtr()->getDataPort(),
60 tc->getSystemPtr()->cacheLineSize()), _tc(tc)
61{

--- 105 unchanged lines hidden ---
55#include "sim/system.hh"
56
57using namespace TheISA;
58
59FSTranslatingPortProxy::FSTranslatingPortProxy(ThreadContext *tc)
60 : PortProxy(tc->getCpuPtr()->getDataPort(),
61 tc->getSystemPtr()->cacheLineSize()), _tc(tc)
62{

--- 105 unchanged lines hidden ---