interrupts.hh (6136:4f8af2f3185f) interrupts.hh (6137:d3ee4e0d690c)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

209
210 const Params *
211 params() const
212 {
213 return dynamic_cast<const Params *>(_params);
214 }
215
216 /*
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

209
210 const Params *
211 params() const
212 {
213 return dynamic_cast<const Params *>(_params);
214 }
215
216 /*
217 * Initialize this object by registering it with the IO APIC.
218 */
219 void init();
220
221 /*
217 * Functions to interact with the interrupt port from IntDev.
218 */
219 Tick read(PacketPtr pkt);
220 Tick write(PacketPtr pkt);
221 Tick recvMessage(PacketPtr pkt);
222 Tick recvResponse(PacketPtr pkt);
223
224 bool

--- 86 unchanged lines hidden ---
222 * Functions to interact with the interrupt port from IntDev.
223 */
224 Tick read(PacketPtr pkt);
225 Tick write(PacketPtr pkt);
226 Tick recvMessage(PacketPtr pkt);
227 Tick recvResponse(PacketPtr pkt);
228
229 bool

--- 86 unchanged lines hidden ---