thread_context_impl.hh (13865:cca49fc49c57) thread_context_impl.hh (14022:a7cdc33dab35)
1/*
2 * Copyright (c) 2010-2012, 2016-2017 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

49#include "arch/kernel_stats.hh"
50#include "arch/registers.hh"
51#include "config/the_isa.hh"
52#include "cpu/o3/thread_context.hh"
53#include "cpu/quiesce_event.hh"
54#include "debug/O3CPU.hh"
55
56template <class Impl>
1/*
2 * Copyright (c) 2010-2012, 2016-2017 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

49#include "arch/kernel_stats.hh"
50#include "arch/registers.hh"
51#include "config/the_isa.hh"
52#include "cpu/o3/thread_context.hh"
53#include "cpu/quiesce_event.hh"
54#include "debug/O3CPU.hh"
55
56template <class Impl>
57FSTranslatingPortProxy&
57PortProxy&
58O3ThreadContext<Impl>::getVirtProxy()
59{
60 return thread->getVirtProxy();
61}
62
63template <class Impl>
64void
65O3ThreadContext<Impl>::dumpFuncProfile()

--- 297 unchanged lines hidden ---
58O3ThreadContext<Impl>::getVirtProxy()
59{
60 return thread->getVirtProxy();
61}
62
63template <class Impl>
64void
65O3ThreadContext<Impl>::dumpFuncProfile()

--- 297 unchanged lines hidden ---