pseudo_inst.hh (5780:50c9d48de3ca) pseudo_inst.hh (5808:baf5d5c96c68)
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;

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

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
56
57uint64_t rpns(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;

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

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
56
57uint64_t rpns(ThreadContext *tc);
58void wakeCPU(ThreadContext *tc, uint64_t cpuid);
58void m5exit(ThreadContext *tc, Tick delay);
59void resetstats(ThreadContext *tc, Tick delay, Tick period);
60void dumpstats(ThreadContext *tc, Tick delay, Tick period);
61void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
62void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
63void debugbreak(ThreadContext *tc);
64void switchcpu(ThreadContext *tc);
65
66/* namespace PseudoInst */ }
59void m5exit(ThreadContext *tc, Tick delay);
60void resetstats(ThreadContext *tc, Tick delay, Tick period);
61void dumpstats(ThreadContext *tc, Tick delay, Tick period);
62void dumpresetstats(ThreadContext *tc, Tick delay, Tick period);
63void m5checkpoint(ThreadContext *tc, Tick delay, Tick period);
64void debugbreak(ThreadContext *tc);
65void switchcpu(ThreadContext *tc);
66
67/* namespace PseudoInst */ }