intel_8254_timer.hh (5443:394d180e8c04) intel_8254_timer.hh (5444:d5d0ac0b6d58)
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

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

90
91 /** Event process */
92 virtual void process();
93
94 /** Event description */
95 virtual const char *description() const;
96
97 friend class Counter;
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

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

90
91 /** Event process */
92 virtual void process();
93
94 /** Event description */
95 virtual const char *description() const;
96
97 friend class Counter;
98
99 void setTo(int clocks);
98 };
99
100 private:
101 std::string _name;
102 const std::string &name() const { return _name; }
103
104 CounterEvent event;
105

--- 101 unchanged lines hidden ---
100 };
101
102 private:
103 std::string _name;
104 const std::string &name() const { return _name; }
105
106 CounterEvent event;
107

--- 101 unchanged lines hidden ---