gem5Op.java (8547:5979b029bbb4) gem5Op.java (11358:cd41493e8b7e)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

48 public native void quiesce();
49 public native void quiesceNs(long ns);
50 public native void quiesceCycle(long cycles);
51 public native long quiesceTime();
52 public native long rpns();
53 public native void wakeCPU(long cpuid);
54
55 public native void exit(long ns_delay);
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

48 public native void quiesce();
49 public native void quiesceNs(long ns);
50 public native void quiesceCycle(long cycles);
51 public native long quiesceTime();
52 public native long rpns();
53 public native void wakeCPU(long cpuid);
54
55 public native void exit(long ns_delay);
56 public native long initparam();
56 public native void fail(long ns_delay, long code);
57 public native long initparam(long key_str1, long key_str2);
57 public native void checkpoint(long ns_delay, long ns_period);
58 public native void reset_stats(long ns_delay, long ns_period);
59 public native void dump_stats(long ns_delay, long ns_period);
60 public native void dumpreset_stats(long ns_delay, long ns_period);
61 public native void debugbreak();
62 public native void switchcpu();
63 public native void panic();
64 public native void work_begin(long workid, long threadid);
65 public native void work_end(long workid, long threadid);
66
67}
58 public native void checkpoint(long ns_delay, long ns_period);
59 public native void reset_stats(long ns_delay, long ns_period);
60 public native void dump_stats(long ns_delay, long ns_period);
61 public native void dumpreset_stats(long ns_delay, long ns_period);
62 public native void debugbreak();
63 public native void switchcpu();
64 public native void panic();
65 public native void work_begin(long workid, long threadid);
66 public native void work_end(long workid, long threadid);
67
68}