m5op_arm.S (9686:13a4419f09c5) m5op_arm.S (9687:22e9258c06bb)
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

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

85SIMPLE_OP(arm, arm_func, 0)
86SIMPLE_OP(quiesce, quiesce_func, 0)
87SIMPLE_OP(quiesceNs, quiescens_func, 0)
88SIMPLE_OP(quiesceCycle, quiescecycle_func, 0)
89SIMPLE_OP(quiesceTime, quiescetime_func, 0)
90SIMPLE_OP(rpns, rpns_func, 0)
91SIMPLE_OP(wakeCPU, wakecpu_func, 0)
92SIMPLE_OP(m5_exit, exit_func, 0)
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

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

85SIMPLE_OP(arm, arm_func, 0)
86SIMPLE_OP(quiesce, quiesce_func, 0)
87SIMPLE_OP(quiesceNs, quiescens_func, 0)
88SIMPLE_OP(quiesceCycle, quiescecycle_func, 0)
89SIMPLE_OP(quiesceTime, quiescetime_func, 0)
90SIMPLE_OP(rpns, rpns_func, 0)
91SIMPLE_OP(wakeCPU, wakecpu_func, 0)
92SIMPLE_OP(m5_exit, exit_func, 0)
93SIMPLE_OP(m5_fail, fail_func, 0)
93SIMPLE_OP(m5_initparam, initparam_func, 0)
94SIMPLE_OP(m5_loadsymbol, loadsymbol_func, 0)
95SIMPLE_OP(m5_reset_stats, resetstats_func, 0)
96SIMPLE_OP(m5_dump_stats, dumpstats_func, 0)
97SIMPLE_OP(m5_dumpreset_stats, dumprststats_func, 0)
98SIMPLE_OP(m5_checkpoint, ckpt_func, 0)
99SIMPLE_OP(m5_readfile, readfile_func, 0)
100SIMPLE_OP(m5_writefile, writefile_func, 0)

--- 23 unchanged lines hidden ---
94SIMPLE_OP(m5_initparam, initparam_func, 0)
95SIMPLE_OP(m5_loadsymbol, loadsymbol_func, 0)
96SIMPLE_OP(m5_reset_stats, resetstats_func, 0)
97SIMPLE_OP(m5_dump_stats, dumpstats_func, 0)
98SIMPLE_OP(m5_dumpreset_stats, dumprststats_func, 0)
99SIMPLE_OP(m5_checkpoint, ckpt_func, 0)
100SIMPLE_OP(m5_readfile, readfile_func, 0)
101SIMPLE_OP(m5_writefile, writefile_func, 0)

--- 23 unchanged lines hidden ---