system_events.cc (2680:246e7104f744) system_events.cc (2683:d6b72bb2ed97)
1/*
2 * Copyright (c) 2004-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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Lisa Hsu
29 * Nathan Binkert
30 */
31
32#include "cpu/base.hh"
1/*
2 * Copyright (c) 2004-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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Lisa Hsu
29 * Nathan Binkert
30 */
31
32#include "cpu/base.hh"
33#include "cpu/cpu_exec_context.hh"
33#include "cpu/thread_context.hh"
34#include "kern/kernel_stats.hh"
35#include "kern/system_events.hh"
36#include "sim/system.hh"
37
38using namespace TheISA;
39
40void
41SkipFuncEvent::process(ThreadContext *tc)

--- 56 unchanged lines hidden ---
34#include "kern/kernel_stats.hh"
35#include "kern/system_events.hh"
36#include "sim/system.hh"
37
38using namespace TheISA;
39
40void
41SkipFuncEvent::process(ThreadContext *tc)

--- 56 unchanged lines hidden ---