pseudo_inst.hh (7914:eee5bb0fb8ea) pseudo_inst.hh (8142:e08035e1a1f6)
1/*
2 * Copyright (c) 2003-2006 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;

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

40 */
41extern bool doStatisticsInsts;
42extern bool doCheckpointInsts;
43extern bool doQuiesce;
44
45#if FULL_SYSTEM
46void arm(ThreadContext *tc);
47void quiesce(ThreadContext *tc);
1/*
2 * Copyright (c) 2003-2006 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;

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

40 */
41extern bool doStatisticsInsts;
42extern bool doCheckpointInsts;
43extern bool doQuiesce;
44
45#if FULL_SYSTEM
46void arm(ThreadContext *tc);
47void quiesce(ThreadContext *tc);
48void quiesceSkip(ThreadContext *tc);
48void quiesceNs(ThreadContext *tc, uint64_t ns);
49void quiesceCycles(ThreadContext *tc, uint64_t cycles);
50uint64_t quiesceTime(ThreadContext *tc);
51uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
52 uint64_t offset);
53void loadsymbol(ThreadContext *xc);
54void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
55#endif

--- 14 unchanged lines hidden ---
49void quiesceNs(ThreadContext *tc, uint64_t ns);
50void quiesceCycles(ThreadContext *tc, uint64_t cycles);
51uint64_t quiesceTime(ThreadContext *tc);
52uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
53 uint64_t offset);
54void loadsymbol(ThreadContext *xc);
55void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
56#endif

--- 14 unchanged lines hidden ---