m5op_x86.S (7773:0c67ea5dbb7e) m5op_x86.S (7914:eee5bb0fb8ea)
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;

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

54TWO_BYTE_OP(m5_dump_stats, dumpstats_func)
55TWO_BYTE_OP(m5_dumpreset_stats, dumprststats_func)
56TWO_BYTE_OP(m5_checkpoint, ckpt_func)
57TWO_BYTE_OP(m5_readfile, readfile_func)
58TWO_BYTE_OP(m5_debugbreak, debugbreak_func)
59TWO_BYTE_OP(m5_switchcpu, switchcpu_func)
60TWO_BYTE_OP(m5_addsymbol, addsymbol_func)
61TWO_BYTE_OP(m5_panic, panic_func)
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;

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

54TWO_BYTE_OP(m5_dump_stats, dumpstats_func)
55TWO_BYTE_OP(m5_dumpreset_stats, dumprststats_func)
56TWO_BYTE_OP(m5_checkpoint, ckpt_func)
57TWO_BYTE_OP(m5_readfile, readfile_func)
58TWO_BYTE_OP(m5_debugbreak, debugbreak_func)
59TWO_BYTE_OP(m5_switchcpu, switchcpu_func)
60TWO_BYTE_OP(m5_addsymbol, addsymbol_func)
61TWO_BYTE_OP(m5_panic, panic_func)
62TWO_BYTE_OP(m5_work_begin, work_begin_func)
63TWO_BYTE_OP(m5_work_end, work_end_func)