gem5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
malta_cchip.hh
Go to the documentation of this file.
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;
9  * redistributions in binary form must reproduce the above copyright
10  * notice, this list of conditions and the following disclaimer in the
11  * documentation and/or other materials provided with the distribution;
12  * neither the name of the copyright holders nor the names of its
13  * contributors may be used to endorse or promote products derived from
14  * this software without specific prior written permission.
15  *
16  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
17  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
18  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
19  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
20  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27  *
28  * Authors: Ali Saidi
29  * Rick Strong
30  */
31 
36 #ifndef __MALTA_CCHIP_HH__
37 #define __MALTA_CCHIP_HH__
38 
39 #include "dev/mips/malta.hh"
40 #include "dev/io_device.hh"
41 #include "params/MaltaCChip.hh"
42 
47 class MaltaCChip : public BasicPioDevice
48 {
49  protected:
56 
61  //uint64_t dim[Malta::Max_CPUs];
62 
67  //uint64_t dir[Malta::Max_CPUs];
68 
73  //uint64_t drir;
74 
76  //uint64_t ipint;
77 
79  //uint64_t itint;
80 
81  public:
82  typedef MaltaCChipParams Params;
83 
84  const Params *
85  params() const
86  {
87  return dynamic_cast<const Params *>(_params);
88  }
89 
96 
97  Tick read(PacketPtr pkt) override;
98 
99  Tick write(PacketPtr pkt) override;
100 
104  void postRTC();
105 
110  void postIntr(uint32_t interrupt);
111 
116  void clearIntr(uint32_t interrupt);
117 
122  void clearIPI(uint64_t ipintr);
123 
128  void clearITI(uint64_t itintr);
129 
134  void reqIPI(uint64_t ipreq);
135 
136  void serialize(CheckpointOut &cp) const override;
137  void unserialize(CheckpointIn &cp) override;
138 };
139 
140 #endif // __MALTA_CCHIP_HH__
void clearIPI(uint64_t ipintr)
post an ipi interrupt to the CPU.
Definition: malta_cchip.cc:370
Malta * malta
pointer to the malta object.
Definition: malta_cchip.hh:55
void clearIntr(uint32_t interrupt)
clear an interrupt previously posted to the CPU.
Definition: malta_cchip.cc:490
PioDeviceParams Params
Definition: io_device.hh:116
MaltaCChipParams Params
The dims are device interrupt mask registers.
Definition: malta_cchip.hh:82
void reqIPI(uint64_t ipreq)
request an interrupt be posted to the CPU.
Definition: malta_cchip.cc:422
Tick write(PacketPtr pkt) override
Pure virtual function that the device must implement.
Definition: malta_cchip.cc:182
uint64_t Tick
Tick count type.
Definition: types.hh:63
Tick read(PacketPtr pkt) override
Pure virtual function that the device must implement.
Definition: malta_cchip.cc:69
const Params * params() const
Definition: malta_cchip.hh:85
Malta CChip CSR Emulation.
Definition: malta_cchip.hh:47
MaltaCChip(Params *p)
Initialize the Malta CChip by setting all of the device register to 0.
Definition: malta_cchip.cc:58
void clearITI(uint64_t itintr)
clear a timer interrupt previously posted to the CPU.
Definition: malta_cchip.cc:399
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
Definition: packet.hh:245
void serialize(CheckpointOut &cp) const override
Serialize an object.
Definition: malta_cchip.cc:505
Top level class for Malta Chipset emulation.
Definition: malta.hh:56
cbk_int func interrupt
Definition: gpu_nomali.cc:94
void unserialize(CheckpointIn &cp) override
Unserialize an object.
Definition: malta_cchip.cc:515
std::ostream CheckpointOut
Definition: serialize.hh:67
const SimObjectParams * _params
Cached copy of the object parameters.
Definition: sim_object.hh:107
void postIntr(uint32_t interrupt)
post an interrupt to the CPU.
Definition: malta_cchip.cc:475
Bitfield< 0 > p
void postRTC()
post an RTC interrupt to the CPU
Definition: malta_cchip.cc:454
Declaration of top level class for the Malta chipset.

Generated on Fri Jun 9 2017 13:03:46 for gem5 by doxygen 1.8.6