m5op_x86.S (5790:9279812da5ee) m5op_x86.S (7773:0c67ea5dbb7e)
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_reserved1_func, reserved1_func)
63TWO_BYTE_OP(m5_reserved2_func, reserved2_func)
64TWO_BYTE_OP(m5_reserved3_func, reserved3_func)
65TWO_BYTE_OP(m5_reserved4_func, reserved4_func)
66TWO_BYTE_OP(m5_reserved5_func, reserved5_func)