Searched refs:Malta (Results 1 - 8 of 8) sorted by relevance

/gem5/src/dev/mips/
H A Dmalta.cc33 * Implementation of Malta platform.
43 #include "debug/Malta.hh"
46 #include "params/Malta.hh"
51 Malta::Malta(const Params *p) function in class:Malta
54 for (int i = 0; i < Malta::Max_CPUs; i++)
59 Malta::postConsoleInt()
66 Malta::clearConsoleInt()
73 Malta::postPciInt(int line)
75 panic("Malta
[all...]
H A Dmalta.hh34 * Declaration of top level class for the Malta chipset. This class just
42 #include "params/Malta.hh"
50 * Top level class for Malta Chipset emulation.
56 class Malta : public Platform class in inherits:Platform
59 /** Max number of CPUs in a Malta */
68 /** Pointer to the Malta CChip.
74 int intr_sum_type[Malta::Max_CPUs];
75 int ipi_pending[Malta::Max_CPUs];
79 * Constructor for the Malta Class.
85 Malta(cons
[all...]
H A Dmalta_cchip.cc33 * Emulation of the Malta CChip CSRs
45 #include "debug/Malta.hh"
109 assert(size <= Malta::Max_CPUs);
112 //Note: Malta does not use index, but this was added to use the
115 DPRINTF(Malta, "posting interrupt to cpu %d, interrupt %d\n",
124 assert(size <= Malta::Max_CPUs);
127 //Note: Malta does not use index, but this was added to use the
130 DPRINTF(Malta, "clearing interrupt to cpu %d, interrupt %d\n",
H A Dmalta_io.hh34 * Malta I/O Space mapping including RTC/timer interrupts
49 * Malta I/O device is a catch all for all the south bridge stuff we care
59 Malta *malta;
88 /** A pointer to the Malta device which be belong to */
89 Malta *malta;
118 * Initialize all the data for devices supported by Malta I/O.
H A DMalta.py40 malta = Param.Malta(Parent.any, "Malta")
49 malta = Param.Malta(Parent.any, "Malta")
52 class Malta(Platform): class in inherits:Platform
53 type = 'Malta'
H A Dmalta_cchip.hh33 * Emulation of the Malta CChip CSRs
44 * Malta CChip CSR Emulation. This device includes all the interrupt
55 Malta *malta;
61 //uint64_t dim[Malta::Max_CPUs];
67 //uint64_t dir[Malta::Max_CPUs];
91 * Initialize the Malta CChip by setting all of the
H A Dmalta_io.cc34 * Malta I/O including PIC, PIT, RTC, DMA
47 #include "debug/Malta.hh"
102 DPRINTF(Malta, "posting pic interrupt to cchip\n");
109 DPRINTF(Malta, "clear pic interrupt to cchip\n");
/gem5/configs/common/
H A DFSConfig.py400 class BaseMalta(Malta):

Completed in 6 milliseconds