backdoor.cc (12237:fdd8c4c63356) backdoor.cc (12239:ae1686aaebc5)
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

47#include "cpu/base.hh"
48#include "cpu/thread_context.hh"
49#include "debug/AlphaBackdoor.hh"
50#include "dev/alpha/tsunami.hh"
51#include "dev/alpha/tsunami_cchip.hh"
52#include "dev/alpha/tsunami_io.hh"
53#include "dev/platform.hh"
54#include "dev/storage/simple_disk.hh"
1/*
2 * Copyright (c) 2001-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

47#include "cpu/base.hh"
48#include "cpu/thread_context.hh"
49#include "debug/AlphaBackdoor.hh"
50#include "dev/alpha/tsunami.hh"
51#include "dev/alpha/tsunami_cchip.hh"
52#include "dev/alpha/tsunami_io.hh"
53#include "dev/platform.hh"
54#include "dev/storage/simple_disk.hh"
55#include "dev/terminal.hh"
55#include "dev/serial/terminal.hh"
56#include "mem/packet.hh"
57#include "mem/packet_access.hh"
58#include "mem/physical.hh"
59#include "params/AlphaBackdoor.hh"
60#include "sim/sim_object.hh"
61
62using namespace std;
63using namespace AlphaISA;

--- 252 unchanged lines hidden ---
56#include "mem/packet.hh"
57#include "mem/packet_access.hh"
58#include "mem/physical.hh"
59#include "params/AlphaBackdoor.hh"
60#include "sim/sim_object.hh"
61
62using namespace std;
63using namespace AlphaISA;

--- 252 unchanged lines hidden ---