pseudo_inst.hh (8559:614bcf7e11b4) pseudo_inst.hh (8734:79592b2b1d55)
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) ---

50void arm(ThreadContext *tc);
51void quiesce(ThreadContext *tc);
52void quiesceSkip(ThreadContext *tc);
53void quiesceNs(ThreadContext *tc, uint64_t ns);
54void quiesceCycles(ThreadContext *tc, uint64_t cycles);
55uint64_t quiesceTime(ThreadContext *tc);
56uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
57 uint64_t offset);
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) ---

50void arm(ThreadContext *tc);
51void quiesce(ThreadContext *tc);
52void quiesceSkip(ThreadContext *tc);
53void quiesceNs(ThreadContext *tc, uint64_t ns);
54void quiesceCycles(ThreadContext *tc, uint64_t cycles);
55uint64_t quiesceTime(ThreadContext *tc);
56uint64_t readfile(ThreadContext *tc, Addr vaddr, uint64_t len,
57 uint64_t offset);
58uint64_t writefile(ThreadContext *tc, Addr vaddr, uint64_t len,
59 uint64_t offset, Addr filenameAddr);
58void loadsymbol(ThreadContext *xc);
59void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
60uint64_t initParam(ThreadContext *xc);
61
62#else
63
64static inline void
65panicFsOnlyPseudoInst(const char *name)

--- 75 unchanged lines hidden ---
60void loadsymbol(ThreadContext *xc);
61void addsymbol(ThreadContext *tc, Addr addr, Addr symbolAddr);
62uint64_t initParam(ThreadContext *xc);
63
64#else
65
66static inline void
67panicFsOnlyPseudoInst(const char *name)

--- 75 unchanged lines hidden ---