isa.hh (6678:34191eea18c1) isa.hh (7702:0e582f3dbc96)
1/*
2 * Copyright (c) 2009 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;

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

76 void
77 clear()
78 {
79 fpcr = 0;
80 uniq = 0;
81 lock_flag = 0;
82 lock_addr = 0;
83 intr_flag = 0;
1/*
2 * Copyright (c) 2009 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;

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

76 void
77 clear()
78 {
79 fpcr = 0;
80 uniq = 0;
81 lock_flag = 0;
82 lock_addr = 0;
83 intr_flag = 0;
84 memset(ipr, 0, sizeof(ipr));
84 }
85
86 void serialize(EventManager *em, std::ostream &os);
87 void unserialize(EventManager *em, Checkpoint *cp,
88 const std::string &section);
89
90 void reset(std::string core_name, ThreadID num_threads,
91 unsigned num_vpes, BaseCPU *_cpu)

--- 27 unchanged lines hidden ---
85 }
86
87 void serialize(EventManager *em, std::ostream &os);
88 void unserialize(EventManager *em, Checkpoint *cp,
89 const std::string &section);
90
91 void reset(std::string core_name, ThreadID num_threads,
92 unsigned num_vpes, BaseCPU *_cpu)

--- 27 unchanged lines hidden ---