AbstractController.hh (9819:e4b12145f4eb) AbstractController.hh (9856:69bb50791e25)
1/*
2 * Copyright (c) 2009 Mark D. Hill and David A. Wood
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;

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

66
67 virtual MessageBuffer* getMandatoryQueue() const = 0;
68 virtual const std::string toString() const = 0; // returns text version of
69 // controller type
70 virtual AccessPermission getAccessPermission(const Address& addr) = 0;
71 virtual DataBlock& getDataBlock(const Address& addr) = 0;
72
73 virtual void print(std::ostream & out) const = 0;
1/*
2 * Copyright (c) 2009 Mark D. Hill and David A. Wood
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;

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

66
67 virtual MessageBuffer* getMandatoryQueue() const = 0;
68 virtual const std::string toString() const = 0; // returns text version of
69 // controller type
70 virtual AccessPermission getAccessPermission(const Address& addr) = 0;
71 virtual DataBlock& getDataBlock(const Address& addr) = 0;
72
73 virtual void print(std::ostream & out) const = 0;
74 virtual void printStats(std::ostream & out) const = 0;
75 virtual void wakeup() = 0;
76 virtual void clearStats() = 0;
77 virtual void regStats() = 0;
78
79 virtual void recordCacheTrace(int cntrl, CacheRecorder* tr) = 0;
80 virtual Sequencer* getSequencer() const = 0;
81
82 //! These functions are used by ruby system to read/write the message

--- 107 unchanged lines hidden ---
74 virtual void wakeup() = 0;
75 virtual void clearStats() = 0;
76 virtual void regStats() = 0;
77
78 virtual void recordCacheTrace(int cntrl, CacheRecorder* tr) = 0;
79 virtual Sequencer* getSequencer() const = 0;
80
81 //! These functions are used by ruby system to read/write the message

--- 107 unchanged lines hidden ---