system.cc (10375:b1bc989611da) | system.cc (10466:73b7549d979e) |
---|---|
1/* 2 * Copyright (c) 2011-2014 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 --- 31 unchanged lines hidden (view full) --- 40 * 41 * Authors: Steve Reinhardt 42 * Lisa Hsu 43 * Nathan Binkert 44 * Ali Saidi 45 * Rick Strong 46 */ 47 | 1/* 2 * Copyright (c) 2011-2014 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 --- 31 unchanged lines hidden (view full) --- 40 * 41 * Authors: Steve Reinhardt 42 * Lisa Hsu 43 * Nathan Binkert 44 * Ali Saidi 45 * Rick Strong 46 */ 47 |
48#include "arch/isa_traits.hh" | |
49#include "arch/remote_gdb.hh" 50#include "arch/utility.hh" 51#include "base/loader/object_file.hh" 52#include "base/loader/symtab.hh" 53#include "base/str.hh" 54#include "base/trace.hh" | 48#include "arch/remote_gdb.hh" 49#include "arch/utility.hh" 50#include "base/loader/object_file.hh" 51#include "base/loader/symtab.hh" 52#include "base/str.hh" 53#include "base/trace.hh" |
55#include "config/the_isa.hh" | |
56#include "cpu/thread_context.hh" 57#include "debug/Loader.hh" 58#include "debug/WorkItems.hh" 59#include "kern/kernel_stats.hh" 60#include "mem/abstract_mem.hh" 61#include "mem/physical.hh" 62#include "params/System.hh" 63#include "sim/byteswap.hh" --- 417 unchanged lines hidden --- | 54#include "cpu/thread_context.hh" 55#include "debug/Loader.hh" 56#include "debug/WorkItems.hh" 57#include "kern/kernel_stats.hh" 58#include "mem/abstract_mem.hh" 59#include "mem/physical.hh" 60#include "params/System.hh" 61#include "sim/byteswap.hh" --- 417 unchanged lines hidden --- |