malta.hh (6379:75d4aaf7dd54) malta.hh (8741:491297d019f3)
1/*
2 * Copyright (c) 2004-2005 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;

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

87 * @param name name of the object
88 * @param s system the object belongs to
89 * @param intctrl pointer to the interrupt controller
90 */
91 typedef MaltaParams Params;
92 Malta(const Params *p);
93
94 /**
1/*
2 * Copyright (c) 2004-2005 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;

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

87 * @param name name of the object
88 * @param s system the object belongs to
89 * @param intctrl pointer to the interrupt controller
90 */
91 typedef MaltaParams Params;
92 Malta(const Params *p);
93
94 /**
95 * Return the interrupting frequency to MipsAccess
96 * @return frequency of RTC interrupts
97 */
98 virtual Tick intrFrequency();
99
100 /**
101 * Cause the cpu to post a serial interrupt to the CPU.
102 */
103 virtual void postConsoleInt();
104
105 /**
106 * Clear a posted CPU interrupt (id=55)
107 */
108 virtual void clearConsoleInt();

--- 50 unchanged lines hidden ---
95 * Cause the cpu to post a serial interrupt to the CPU.
96 */
97 virtual void postConsoleInt();
98
99 /**
100 * Clear a posted CPU interrupt (id=55)
101 */
102 virtual void clearConsoleInt();

--- 50 unchanged lines hidden ---