malta_cchip.hh (10905:a6ca6831e775) malta_cchip.hh (11168:f98eb2da15a4)
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;

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

128 void clearITI(uint64_t itintr);
129
130 /**
131 * request an interrupt be posted to the CPU.
132 * @param ipreq the cpu number to interrupt(bitvector)
133 */
134 void reqIPI(uint64_t ipreq);
135
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;

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

128 void clearITI(uint64_t itintr);
129
130 /**
131 * request an interrupt be posted to the CPU.
132 * @param ipreq the cpu number to interrupt(bitvector)
133 */
134 void reqIPI(uint64_t ipreq);
135
136 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
137 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
136 void serialize(CheckpointOut &cp) const override;
137 void unserialize(CheckpointIn &cp) override;
138};
139
140#endif // __MALTA_CCHIP_HH__
138};
139
140#endif // __MALTA_CCHIP_HH__