2004-06-04 19:43:50 +02:00
|
|
|
/*
|
2005-06-05 11:16:00 +02:00
|
|
|
* Copyright (c) 2004-2005 The Regents of The University of Michigan
|
2004-06-04 19:43:50 +02:00
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions are
|
|
|
|
* met: redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer;
|
|
|
|
* redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution;
|
|
|
|
* neither the name of the copyright holders nor the names of its
|
|
|
|
* contributors may be used to endorse or promote products derived from
|
|
|
|
* this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
|
|
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
|
|
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
|
|
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
|
|
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
|
|
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
|
|
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
|
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2005-06-05 07:22:21 +02:00
|
|
|
/** @file
|
2004-02-05 19:05:20 +01:00
|
|
|
* Emulation of the Tsunami CChip CSRs
|
2004-01-15 23:29:35 +01:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <deque>
|
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
|
|
|
|
2006-03-10 23:56:41 +01:00
|
|
|
#include "arch/alpha/ev5.hh"
|
2004-01-15 23:29:35 +01:00
|
|
|
#include "base/trace.hh"
|
|
|
|
#include "dev/tsunami_cchip.hh"
|
|
|
|
#include "dev/tsunamireg.h"
|
|
|
|
#include "dev/tsunami.hh"
|
2006-04-07 00:04:49 +02:00
|
|
|
#include "mem/port.hh"
|
2006-03-08 01:59:12 +01:00
|
|
|
#include "cpu/exec_context.hh"
|
2004-06-10 19:30:58 +02:00
|
|
|
#include "cpu/intr_control.hh"
|
2004-01-15 23:29:35 +01:00
|
|
|
#include "sim/builder.hh"
|
|
|
|
#include "sim/system.hh"
|
|
|
|
|
|
|
|
using namespace std;
|
Changes to untemplate StaticInst and StaticInstPtr, change the isa to a namespace instead of a class, an improvement to the architecture specific header file selection system, and fixed up a few include paths.
arch/alpha/alpha_linux_process.cc:
Added using directive for AlphaISA namespace
arch/alpha/alpha_memory.hh:
arch/alpha/isa/branch.isa:
cpu/pc_event.hh:
Added typedefs for Addr
arch/alpha/alpha_tru64_process.cc:
arch/alpha/arguments.cc:
Added using directive for AlphaISA
arch/alpha/ev5.hh:
Added an include of arch/alpha/isa_traits.hh, and a using directive for the AlphaISA namespace.
arch/alpha/faults.hh:
Added a typedef for the Addr type, and changed the formatting of the faults slightly.
arch/alpha/isa/main.isa:
Untemplatized StaticInst, added a using for namespace AlphaISA to show up in decoder.cc and the exec.ccs, relocated makeNop to decoder.hh
arch/alpha/isa/mem.isa:
Untemplatized StaticInst and StaticInstPtr
arch/alpha/isa/pal.isa:
cpu/base_dyn_inst.cc:
Untemplatized StaticInstPtr
arch/alpha/isa_traits.hh:
Changed variables to be externs instead of static since they are part of a namespace and not a class.
arch/alpha/stacktrace.cc:
Untemplatized StaticInstPtr, and added a using directive for AlphaISA.
arch/alpha/stacktrace.hh:
Added some typedefs for Addr and MachInst, and untemplatized StaticInstPtr
arch/alpha/vtophys.cc:
Added a using directive for AlphaISA
arch/alpha/vtophys.hh:
Added the AlphaISA namespace specifier where needed
arch/isa_parser.py:
Changed the placement of the definition of the decodeInst function to be outside the namespaceInst namespace.
base/loader/object_file.hh:
cpu/o3/bpred_unit.hh:
Added a typedef for Addr
base/loader/symtab.hh:
Added a typedef for Addr, and added a TheISA to Addr in another typedef
base/remote_gdb.cc:
Added a using namespace TheISA, and untemplatized StaticInstPtr
base/remote_gdb.hh:
Added typedefs for Addr and MachInst
cpu/base.cc:
Added TheISA specifier to some variables exported from the isa.
cpu/base.hh:
Added a typedef for Addr, and TheISA to some variables from the ISA
cpu/base_dyn_inst.hh:
Untemplatized StaticInstPtr, and added TheISA specifier to some variables from the ISA.
cpu/exec_context.hh:
Added some typedefs for types from the isa, and added TheISA specifier to some variables from the isa
cpu/exetrace.hh:
Added typedefs for some types from the ISA, and untemplatized StaticInstPtr
cpu/memtest/memtest.cc:
cpu/o3/btb.cc:
dev/baddev.cc:
dev/ide_ctrl.cc:
dev/ide_disk.cc:
dev/isa_fake.cc:
dev/ns_gige.cc:
dev/pciconfigall.cc:
dev/platform.cc:
dev/sinic.cc:
dev/uart8250.cc:
kern/freebsd/freebsd_system.cc:
kern/linux/linux_system.cc:
kern/system_events.cc:
kern/tru64/dump_mbuf.cc:
kern/tru64/tru64_events.cc:
sim/process.cc:
sim/pseudo_inst.cc:
sim/system.cc:
Added using namespace TheISA
cpu/memtest/memtest.hh:
cpu/trace/opt_cpu.hh:
cpu/trace/reader/itx_reader.hh:
dev/ide_disk.hh:
dev/pcidev.hh:
dev/platform.hh:
dev/tsunami.hh:
sim/system.hh:
sim/vptr.hh:
Added typedef for Addr
cpu/o3/2bit_local_pred.hh:
Changed the include to use arch/isa_traits.hh instead of arch/alpha/isa_traits.hh. Added typedef for Addr
cpu/o3/alpha_cpu.hh:
Added typedefs for Addr and IntReg
cpu/o3/alpha_cpu_impl.hh:
Added this-> to setNextPC to fix a problem since it didn't depend on template parameters any more. Removed "typename" where it was no longer needed.
cpu/o3/alpha_dyn_inst.hh:
Cleaned up some typedefs, and untemplatized StaticInst
cpu/o3/alpha_dyn_inst_impl.hh:
untemplatized StaticInstPtr
cpu/o3/alpha_impl.hh:
Fixed up a typedef of MachInst
cpu/o3/bpred_unit_impl.hh:
Added a using TheISA::MachInst to a function
cpu/o3/btb.hh:
Changed an include from arch/alpha/isa_traits.hh to arch/isa_traits.hh, and added a typedef for Addr
cpu/o3/commit.hh:
Removed a typedef of Impl::ISA as ISA, since TheISA takes care of this now.
cpu/o3/cpu.cc:
Cleaned up namespace issues
cpu/o3/cpu.hh:
Cleaned up namespace usage
cpu/o3/decode.hh:
Removed typedef of ISA, and changed it to TheISA
cpu/o3/fetch.hh:
Fized up typedefs, and changed ISA to TheISA
cpu/o3/free_list.hh:
Changed include of arch/alpha/isa_traits.hh to arch/isa_traits.hh
cpu/o3/iew.hh:
Removed typedef of ISA
cpu/o3/iew_impl.hh:
Added TheISA namespace specifier to MachInst
cpu/o3/ras.hh:
Changed include from arch/alpha/isa_traits.hh to arch/isa_traits.hh, and added a typedef for Addr.
cpu/o3/regfile.hh:
Changed ISA to TheISA, and added some typedefs for Addr, IntReg, FloatReg, and MiscRegFile
cpu/o3/rename.hh:
Changed ISA to TheISA, and added a typedef for RegIndex
cpu/o3/rename_map.hh:
Added an include for arch/isa_traits.hh, and a typedef for RegIndex
cpu/o3/rob.hh:
Added a typedef for RegIndex
cpu/o3/store_set.hh:
cpu/o3/tournament_pred.hh:
Changed an include of arch/alpha/isa_traits.hh to arch/isa_traits.hh, and added a typedef of Addr
cpu/ozone/cpu.hh:
Changed ISA into TheISA, and untemplatized StaticInst
cpu/pc_event.cc:
Added namespace specifier TheISA to Addr types
cpu/profile.hh:
kern/kernel_stats.hh:
Added typedef for Addr, and untemplatized StaticInstPtr
cpu/simple/cpu.cc:
Changed using directive from LittleEndianGuest to AlphaISA, which will contain both namespaces. Added TheISA where needed, and untemplatized StaticInst
cpu/simple/cpu.hh:
Added a typedef for MachInst, and untemplatized StaticInst
cpu/static_inst.cc:
Untemplatized StaticInst
cpu/static_inst.hh:
Untemplatized StaticInst by using the TheISA namespace
dev/alpha_console.cc:
Added using namespace AlphaISA
dev/simple_disk.hh:
Added typedef for Addr and fixed up some formatting
dev/sinicreg.hh:
Added TheISA namespace specifier where needed
dev/tsunami.cc:
dev/tsunami_io.cc:
dev/tsunami_pchip.cc:
Added using namespace TheISA. It might be better for it to be AlphaISA
dev/tsunami_cchip.cc:
Added typedef for TheISA. It might be better for it to be AlphaISA
kern/linux/aligned.hh:
sim/pseudo_inst.hh:
Added TheISA namespace specifier to Addr
kern/linux/linux_threadinfo.hh:
Added typedef for Addr, and TheISA namespace specifier to StackPointerReg
kern/tru64/mbuf.hh:
Added TheISA to Addr type in structs
sim/process.hh:
Added typedefs of Addr, RegFile, and MachInst
sim/syscall_emul.cc:
Added using namespace TheISA, and a cast of VMPageSize to the int type
sim/syscall_emul.hh:
Added typecast for Addr, and TheISA namespace specifier for where needed
--HG--
extra : convert_revision : 91d4f6ca33a73b21c1f1771d74bfdea3b80eff45
2006-02-19 08:34:37 +01:00
|
|
|
//Should this be AlphaISA?
|
|
|
|
using namespace TheISA;
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
TsunamiCChip::TsunamiCChip(Params *p)
|
|
|
|
: BasicPioDevice(p), tsunami(p->tsunami)
|
2004-01-15 23:29:35 +01:00
|
|
|
{
|
2006-04-07 00:04:49 +02:00
|
|
|
pioSize = 0xfffffff;
|
2004-06-10 19:30:58 +02:00
|
|
|
|
2004-01-15 23:29:35 +01:00
|
|
|
drir = 0;
|
2004-12-06 18:06:16 +01:00
|
|
|
ipint = 0;
|
|
|
|
itint = 0;
|
|
|
|
|
|
|
|
for (int x = 0; x < Tsunami::Max_CPUs; x++)
|
|
|
|
{
|
|
|
|
dim[x] = 0;
|
|
|
|
dir[x] = 0;
|
|
|
|
}
|
2004-01-28 03:36:46 +01:00
|
|
|
|
|
|
|
//Put back pointer in tsunami
|
|
|
|
tsunami->cchip = this;
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
Tick
|
|
|
|
TsunamiCChip::read(Packet &pkt)
|
2004-01-15 23:29:35 +01:00
|
|
|
{
|
2006-04-11 19:42:47 +02:00
|
|
|
DPRINTF(Tsunami, "read va=%#x size=%d\n", pkt.addr, pkt.size);
|
2004-12-06 18:06:16 +01:00
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
assert(pkt.result == Unknown);
|
2006-04-12 23:46:25 +02:00
|
|
|
assert(pkt.addr >= pioAddr && pkt.addr < pioAddr + pioSize);
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
pkt.time = curTick + pioDelay;
|
2006-04-11 19:42:47 +02:00
|
|
|
Addr regnum = (pkt.addr - pioAddr) >> 6;
|
|
|
|
Addr daddr = (pkt.addr - pioAddr);
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.allocate();
|
2006-04-07 00:04:49 +02:00
|
|
|
switch (pkt.size) {
|
2004-01-15 23:29:35 +01:00
|
|
|
|
|
|
|
case sizeof(uint64_t):
|
2004-12-06 18:06:16 +01:00
|
|
|
if (daddr & TSDEV_CC_BDIMS)
|
|
|
|
{
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dim[(daddr >> 4) & 0x3F]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-12-06 18:06:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
if (daddr & TSDEV_CC_BDIRS)
|
|
|
|
{
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dir[(daddr >> 4) & 0x3F]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-12-06 18:06:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
switch(regnum) {
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_CSR:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(0x0);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_MTR:
|
|
|
|
panic("TSDEV_CC_MTR not implemeted\n");
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_MISC:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set((ipint << 8) & 0xF | (itint << 4) & 0xF |
|
|
|
|
(pkt.req->getCpuNum() & 0x3));
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_AAR0:
|
|
|
|
case TSDEV_CC_AAR1:
|
|
|
|
case TSDEV_CC_AAR2:
|
|
|
|
case TSDEV_CC_AAR3:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(0);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIM0:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dim[0]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIM1:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dim[1]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIM2:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dim[2]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIM3:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dim[3]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIR0:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dir[0]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIR1:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dir[1]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIR2:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dir[2]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DIR3:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(dir[3]);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_DRIR:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(drir);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_PRBEN:
|
|
|
|
panic("TSDEV_CC_PRBEN not implemented\n");
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_IIC0:
|
|
|
|
case TSDEV_CC_IIC1:
|
|
|
|
case TSDEV_CC_IIC2:
|
|
|
|
case TSDEV_CC_IIC3:
|
|
|
|
panic("TSDEV_CC_IICx not implemented\n");
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-15 23:29:35 +01:00
|
|
|
case TSDEV_CC_MPR0:
|
|
|
|
case TSDEV_CC_MPR1:
|
|
|
|
case TSDEV_CC_MPR2:
|
|
|
|
case TSDEV_CC_MPR3:
|
|
|
|
panic("TSDEV_CC_MPRx not implemented\n");
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-12-06 18:06:16 +01:00
|
|
|
case TSDEV_CC_IPIR:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(ipint);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-12-06 18:06:16 +01:00
|
|
|
case TSDEV_CC_ITIR:
|
2006-04-25 01:31:50 +02:00
|
|
|
pkt.set(itint);
|
2006-04-07 00:04:49 +02:00
|
|
|
break;
|
2004-01-22 02:14:10 +01:00
|
|
|
default:
|
|
|
|
panic("default in cchip read reached, accessing 0x%x\n");
|
2004-01-15 23:29:35 +01:00
|
|
|
} // uint64_t
|
|
|
|
|
|
|
|
break;
|
|
|
|
case sizeof(uint32_t):
|
|
|
|
case sizeof(uint16_t):
|
|
|
|
case sizeof(uint8_t):
|
|
|
|
default:
|
2004-01-22 02:14:10 +01:00
|
|
|
panic("invalid access size(?) for tsunami register!\n");
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
2006-04-12 23:46:25 +02:00
|
|
|
DPRINTF(Tsunami, "Tsunami CChip: read regnum=%#x size=%d data=%lld\n",
|
2006-04-25 01:31:50 +02:00
|
|
|
regnum, pkt.size, pkt.get<uint64_t>());
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
pkt.result = Success;
|
|
|
|
return pioDelay;
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
Tick
|
|
|
|
TsunamiCChip::write(Packet &pkt)
|
2004-01-15 23:29:35 +01:00
|
|
|
{
|
2006-04-07 00:04:49 +02:00
|
|
|
pkt.time = curTick + pioDelay;
|
|
|
|
|
|
|
|
|
|
|
|
assert(pkt.addr >= pioAddr && pkt.addr < pioAddr + pioSize);
|
|
|
|
Addr daddr = pkt.addr - pioAddr;
|
2006-04-10 20:14:06 +02:00
|
|
|
Addr regnum = (pkt.addr - pioAddr) >> 6 ;
|
|
|
|
|
2006-04-07 00:04:49 +02:00
|
|
|
|
|
|
|
assert(pkt.size == sizeof(uint64_t));
|
|
|
|
|
2006-04-25 01:31:50 +02:00
|
|
|
DPRINTF(Tsunami, "write - addr=%#x value=%#x\n", pkt.addr, pkt.get<uint64_t>());
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2004-02-20 20:28:59 +01:00
|
|
|
bool supportedWrite = false;
|
|
|
|
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
if (daddr & TSDEV_CC_BDIMS)
|
|
|
|
{
|
|
|
|
int number = (daddr >> 4) & 0x3F;
|
|
|
|
|
|
|
|
uint64_t bitvector;
|
|
|
|
uint64_t olddim;
|
|
|
|
uint64_t olddir;
|
|
|
|
|
|
|
|
olddim = dim[number];
|
|
|
|
olddir = dir[number];
|
2006-04-25 01:31:50 +02:00
|
|
|
dim[number] = pkt.get<uint64_t>();
|
2006-04-10 20:14:06 +02:00
|
|
|
dir[number] = dim[number] & drir;
|
|
|
|
for(int x = 0; x < Tsunami::Max_CPUs; x++)
|
|
|
|
{
|
|
|
|
bitvector = ULL(1) << x;
|
|
|
|
// Figure out which bits have changed
|
|
|
|
if ((dim[number] & bitvector) != (olddim & bitvector))
|
|
|
|
{
|
|
|
|
// The bit is now set and it wasn't before (set)
|
|
|
|
if((dim[number] & bitvector) && (dir[number] & bitvector))
|
|
|
|
{
|
|
|
|
tsunami->intrctrl->post(number, TheISA::INTLEVEL_IRQ1, x);
|
|
|
|
DPRINTF(Tsunami, "dim write resulting in posting dir"
|
|
|
|
" interrupt to cpu %d\n", number);
|
|
|
|
}
|
|
|
|
else if ((olddir & bitvector) &&
|
|
|
|
!(dir[number] & bitvector))
|
|
|
|
{
|
|
|
|
// The bit was set and now its now clear and
|
|
|
|
// we were interrupting on that bit before
|
|
|
|
tsunami->intrctrl->clear(number, TheISA::INTLEVEL_IRQ1, x);
|
|
|
|
DPRINTF(Tsunami, "dim write resulting in clear"
|
|
|
|
" dir interrupt to cpu %d\n", number);
|
2004-12-06 18:06:16 +01:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
2004-12-06 18:06:16 +01:00
|
|
|
|
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
} else {
|
|
|
|
switch(regnum) {
|
|
|
|
case TSDEV_CC_CSR:
|
|
|
|
panic("TSDEV_CC_CSR write\n");
|
|
|
|
case TSDEV_CC_MTR:
|
|
|
|
panic("TSDEV_CC_MTR write not implemented\n");
|
|
|
|
case TSDEV_CC_MISC:
|
|
|
|
uint64_t ipreq;
|
2006-04-25 01:31:50 +02:00
|
|
|
ipreq = (pkt.get<uint64_t>() >> 12) & 0xF;
|
2006-04-10 20:14:06 +02:00
|
|
|
//If it is bit 12-15, this is an IPI post
|
|
|
|
if (ipreq) {
|
|
|
|
reqIPI(ipreq);
|
|
|
|
supportedWrite = true;
|
|
|
|
}
|
2004-12-06 18:06:16 +01:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
//If it is bit 8-11, this is an IPI clear
|
|
|
|
uint64_t ipintr;
|
2006-04-25 01:31:50 +02:00
|
|
|
ipintr = (pkt.get<uint64_t>() >> 8) & 0xF;
|
2006-04-10 20:14:06 +02:00
|
|
|
if (ipintr) {
|
|
|
|
clearIPI(ipintr);
|
|
|
|
supportedWrite = true;
|
|
|
|
}
|
2004-09-01 05:47:57 +02:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
//If it is the 4-7th bit, clear the RTC interrupt
|
|
|
|
uint64_t itintr;
|
2006-04-25 01:31:50 +02:00
|
|
|
itintr = (pkt.get<uint64_t>() >> 4) & 0xF;
|
2006-04-10 20:14:06 +02:00
|
|
|
if (itintr) {
|
|
|
|
clearITI(itintr);
|
|
|
|
supportedWrite = true;
|
|
|
|
}
|
2004-09-01 05:47:57 +02:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
// ignore NXMs
|
2006-04-25 01:31:50 +02:00
|
|
|
if (pkt.get<uint64_t>() & 0x10000000)
|
2006-04-10 20:14:06 +02:00
|
|
|
supportedWrite = true;
|
2004-09-01 05:47:57 +02:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
if(!supportedWrite)
|
|
|
|
panic("TSDEV_CC_MISC write not implemented\n");
|
2004-06-04 19:43:50 +02:00
|
|
|
|
2006-04-12 23:46:25 +02:00
|
|
|
break;
|
2006-04-10 20:14:06 +02:00
|
|
|
case TSDEV_CC_AAR0:
|
|
|
|
case TSDEV_CC_AAR1:
|
|
|
|
case TSDEV_CC_AAR2:
|
|
|
|
case TSDEV_CC_AAR3:
|
|
|
|
panic("TSDEV_CC_AARx write not implemeted\n");
|
|
|
|
case TSDEV_CC_DIM0:
|
|
|
|
case TSDEV_CC_DIM1:
|
|
|
|
case TSDEV_CC_DIM2:
|
|
|
|
case TSDEV_CC_DIM3:
|
|
|
|
int number;
|
|
|
|
if(regnum == TSDEV_CC_DIM0)
|
|
|
|
number = 0;
|
|
|
|
else if(regnum == TSDEV_CC_DIM1)
|
|
|
|
number = 1;
|
|
|
|
else if(regnum == TSDEV_CC_DIM2)
|
|
|
|
number = 2;
|
|
|
|
else
|
|
|
|
number = 3;
|
|
|
|
|
|
|
|
uint64_t bitvector;
|
|
|
|
uint64_t olddim;
|
|
|
|
uint64_t olddir;
|
|
|
|
|
|
|
|
olddim = dim[number];
|
|
|
|
olddir = dir[number];
|
2006-04-25 01:31:50 +02:00
|
|
|
dim[number] = pkt.get<uint64_t>();
|
2006-04-10 20:14:06 +02:00
|
|
|
dir[number] = dim[number] & drir;
|
|
|
|
for(int x = 0; x < 64; x++)
|
|
|
|
{
|
|
|
|
bitvector = ULL(1) << x;
|
|
|
|
// Figure out which bits have changed
|
|
|
|
if ((dim[number] & bitvector) != (olddim & bitvector))
|
|
|
|
{
|
|
|
|
// The bit is now set and it wasn't before (set)
|
|
|
|
if((dim[number] & bitvector) && (dir[number] & bitvector))
|
|
|
|
{
|
|
|
|
tsunami->intrctrl->post(number, TheISA::INTLEVEL_IRQ1, x);
|
|
|
|
DPRINTF(Tsunami, "posting dir interrupt to cpu 0\n");
|
|
|
|
}
|
|
|
|
else if ((olddir & bitvector) &&
|
|
|
|
!(dir[number] & bitvector))
|
|
|
|
{
|
|
|
|
// The bit was set and now its now clear and
|
|
|
|
// we were interrupting on that bit before
|
|
|
|
tsunami->intrctrl->clear(number, TheISA::INTLEVEL_IRQ1, x);
|
|
|
|
DPRINTF(Tsunami, "dim write resulting in clear"
|
|
|
|
" dir interrupt to cpu %d\n",
|
|
|
|
x);
|
2004-01-15 23:29:35 +01:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
2004-01-15 23:29:35 +01:00
|
|
|
|
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
case TSDEV_CC_DIR0:
|
|
|
|
case TSDEV_CC_DIR1:
|
|
|
|
case TSDEV_CC_DIR2:
|
|
|
|
case TSDEV_CC_DIR3:
|
|
|
|
panic("TSDEV_CC_DIR write not implemented\n");
|
|
|
|
case TSDEV_CC_DRIR:
|
|
|
|
panic("TSDEV_CC_DRIR write not implemented\n");
|
|
|
|
case TSDEV_CC_PRBEN:
|
|
|
|
panic("TSDEV_CC_PRBEN write not implemented\n");
|
|
|
|
case TSDEV_CC_IIC0:
|
|
|
|
case TSDEV_CC_IIC1:
|
|
|
|
case TSDEV_CC_IIC2:
|
|
|
|
case TSDEV_CC_IIC3:
|
|
|
|
panic("TSDEV_CC_IICx write not implemented\n");
|
|
|
|
case TSDEV_CC_MPR0:
|
|
|
|
case TSDEV_CC_MPR1:
|
|
|
|
case TSDEV_CC_MPR2:
|
|
|
|
case TSDEV_CC_MPR3:
|
|
|
|
panic("TSDEV_CC_MPRx write not implemented\n");
|
|
|
|
case TSDEV_CC_IPIR:
|
2006-04-25 01:31:50 +02:00
|
|
|
clearIPI(pkt.get<uint64_t>());
|
2006-04-10 20:14:06 +02:00
|
|
|
break;
|
|
|
|
case TSDEV_CC_ITIR:
|
2006-04-25 01:31:50 +02:00
|
|
|
clearITI(pkt.get<uint64_t>());
|
2006-04-10 20:14:06 +02:00
|
|
|
break;
|
|
|
|
case TSDEV_CC_IPIQ:
|
2006-04-25 01:31:50 +02:00
|
|
|
reqIPI(pkt.get<uint64_t>());
|
2006-04-10 20:14:06 +02:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
panic("default in cchip read reached, accessing 0x%x\n");
|
|
|
|
} // swtich(regnum)
|
|
|
|
} // not BIG_TSUNAMI write
|
|
|
|
pkt.result = Success;
|
|
|
|
return pioDelay;
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
2004-12-06 18:06:16 +01:00
|
|
|
void
|
|
|
|
TsunamiCChip::clearIPI(uint64_t ipintr)
|
|
|
|
{
|
|
|
|
int numcpus = tsunami->intrctrl->cpu->system->execContexts.size();
|
|
|
|
assert(numcpus <= Tsunami::Max_CPUs);
|
|
|
|
|
|
|
|
if (ipintr) {
|
|
|
|
for (int cpunum=0; cpunum < numcpus; cpunum++) {
|
|
|
|
// Check each cpu bit
|
|
|
|
uint64_t cpumask = ULL(1) << cpunum;
|
|
|
|
if (ipintr & cpumask) {
|
|
|
|
// Check if there is a pending ipi
|
|
|
|
if (ipint & cpumask) {
|
|
|
|
ipint &= ~cpumask;
|
|
|
|
tsunami->intrctrl->clear(cpunum, TheISA::INTLEVEL_IRQ3, 0);
|
|
|
|
DPRINTF(IPI, "clear IPI IPI cpu=%d\n", cpunum);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
warn("clear IPI for CPU=%d, but NO IPI\n", cpunum);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
panic("Big IPI Clear, but not processors indicated\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
TsunamiCChip::clearITI(uint64_t itintr)
|
|
|
|
{
|
|
|
|
int numcpus = tsunami->intrctrl->cpu->system->execContexts.size();
|
|
|
|
assert(numcpus <= Tsunami::Max_CPUs);
|
|
|
|
|
|
|
|
if (itintr) {
|
|
|
|
for (int i=0; i < numcpus; i++) {
|
|
|
|
uint64_t cpumask = ULL(1) << i;
|
|
|
|
if (itintr & cpumask & itint) {
|
|
|
|
tsunami->intrctrl->clear(i, TheISA::INTLEVEL_IRQ2, 0);
|
|
|
|
itint &= ~cpumask;
|
|
|
|
DPRINTF(Tsunami, "clearing rtc interrupt to cpu=%d\n", i);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
panic("Big ITI Clear, but not processors indicated\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
TsunamiCChip::reqIPI(uint64_t ipreq)
|
|
|
|
{
|
|
|
|
int numcpus = tsunami->intrctrl->cpu->system->execContexts.size();
|
|
|
|
assert(numcpus <= Tsunami::Max_CPUs);
|
|
|
|
|
|
|
|
if (ipreq) {
|
|
|
|
for (int cpunum=0; cpunum < numcpus; cpunum++) {
|
|
|
|
// Check each cpu bit
|
|
|
|
uint64_t cpumask = ULL(1) << cpunum;
|
|
|
|
if (ipreq & cpumask) {
|
|
|
|
// Check if there is already an ipi (bits 8:11)
|
|
|
|
if (!(ipint & cpumask)) {
|
|
|
|
ipint |= cpumask;
|
|
|
|
tsunami->intrctrl->post(cpunum, TheISA::INTLEVEL_IRQ3, 0);
|
|
|
|
DPRINTF(IPI, "send IPI cpu=%d\n", cpunum);
|
|
|
|
}
|
|
|
|
else
|
|
|
|
warn("post IPI for CPU=%d, but IPI already\n", cpunum);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
panic("Big IPI Request, but not processors indicated\n");
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2004-02-20 22:51:19 +01:00
|
|
|
void
|
|
|
|
TsunamiCChip::postRTC()
|
|
|
|
{
|
|
|
|
int size = tsunami->intrctrl->cpu->system->execContexts.size();
|
2004-12-06 18:06:16 +01:00
|
|
|
assert(size <= Tsunami::Max_CPUs);
|
2004-02-20 22:51:19 +01:00
|
|
|
|
|
|
|
for (int i = 0; i < size; i++) {
|
2004-12-06 18:06:16 +01:00
|
|
|
uint64_t cpumask = ULL(1) << i;
|
2006-04-10 20:14:06 +02:00
|
|
|
if (!(cpumask & itint)) {
|
|
|
|
itint |= cpumask;
|
|
|
|
tsunami->intrctrl->post(i, TheISA::INTLEVEL_IRQ2, 0);
|
|
|
|
DPRINTF(Tsunami, "Posting RTC interrupt to cpu=%d", i);
|
|
|
|
}
|
2004-02-20 22:51:19 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2004-01-29 01:18:29 +01:00
|
|
|
void
|
2004-02-16 05:56:44 +01:00
|
|
|
TsunamiCChip::postDRIR(uint32_t interrupt)
|
2004-01-29 01:18:29 +01:00
|
|
|
{
|
2004-12-06 18:06:16 +01:00
|
|
|
uint64_t bitvector = ULL(1) << interrupt;
|
2004-02-20 22:51:19 +01:00
|
|
|
uint64_t size = tsunami->intrctrl->cpu->system->execContexts.size();
|
2004-12-06 18:06:16 +01:00
|
|
|
assert(size <= Tsunami::Max_CPUs);
|
|
|
|
drir |= bitvector;
|
|
|
|
|
2004-02-20 22:51:19 +01:00
|
|
|
for(int i=0; i < size; i++) {
|
2004-02-16 05:56:44 +01:00
|
|
|
dir[i] = dim[i] & drir;
|
2006-04-10 20:14:06 +02:00
|
|
|
if (dim[i] & bitvector) {
|
|
|
|
tsunami->intrctrl->post(i, TheISA::INTLEVEL_IRQ1, interrupt);
|
|
|
|
DPRINTF(Tsunami, "posting dir interrupt to cpu %d,"
|
2004-02-16 05:56:44 +01:00
|
|
|
"interrupt %d\n",i, interrupt);
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
2004-01-29 01:18:29 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
2004-02-16 05:56:44 +01:00
|
|
|
TsunamiCChip::clearDRIR(uint32_t interrupt)
|
2004-01-29 01:18:29 +01:00
|
|
|
{
|
2004-12-06 18:06:16 +01:00
|
|
|
uint64_t bitvector = ULL(1) << interrupt;
|
2004-02-20 22:51:19 +01:00
|
|
|
uint64_t size = tsunami->intrctrl->cpu->system->execContexts.size();
|
2004-12-06 18:06:16 +01:00
|
|
|
assert(size <= Tsunami::Max_CPUs);
|
|
|
|
|
2004-02-16 05:56:44 +01:00
|
|
|
if (drir & bitvector)
|
|
|
|
{
|
|
|
|
drir &= ~bitvector;
|
2004-02-20 22:51:19 +01:00
|
|
|
for(int i=0; i < size; i++) {
|
2006-04-10 20:14:06 +02:00
|
|
|
if (dir[i] & bitvector) {
|
|
|
|
tsunami->intrctrl->clear(i, TheISA::INTLEVEL_IRQ1, interrupt);
|
|
|
|
DPRINTF(Tsunami, "clearing dir interrupt to cpu %d,"
|
2004-02-16 05:56:44 +01:00
|
|
|
"interrupt %d\n",i, interrupt);
|
2004-01-29 01:18:29 +01:00
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
}
|
|
|
|
dir[i] = dim[i] & drir;
|
2004-01-29 01:18:29 +01:00
|
|
|
}
|
|
|
|
}
|
2004-02-16 05:56:44 +01:00
|
|
|
else
|
|
|
|
DPRINTF(Tsunami, "Spurrious clear? interrupt %d\n", interrupt);
|
2004-01-29 01:18:29 +01:00
|
|
|
}
|
|
|
|
|
2004-06-10 19:30:58 +02:00
|
|
|
|
2004-01-15 23:29:35 +01:00
|
|
|
void
|
|
|
|
TsunamiCChip::serialize(std::ostream &os)
|
|
|
|
{
|
2004-02-11 21:32:30 +01:00
|
|
|
SERIALIZE_ARRAY(dim, Tsunami::Max_CPUs);
|
|
|
|
SERIALIZE_ARRAY(dir, Tsunami::Max_CPUs);
|
2004-12-06 18:06:16 +01:00
|
|
|
SERIALIZE_SCALAR(ipint);
|
|
|
|
SERIALIZE_SCALAR(itint);
|
2004-02-11 21:32:30 +01:00
|
|
|
SERIALIZE_SCALAR(drir);
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
TsunamiCChip::unserialize(Checkpoint *cp, const std::string §ion)
|
|
|
|
{
|
2004-02-11 21:32:30 +01:00
|
|
|
UNSERIALIZE_ARRAY(dim, Tsunami::Max_CPUs);
|
|
|
|
UNSERIALIZE_ARRAY(dir, Tsunami::Max_CPUs);
|
2004-12-06 18:06:16 +01:00
|
|
|
UNSERIALIZE_SCALAR(ipint);
|
|
|
|
UNSERIALIZE_SCALAR(itint);
|
2004-02-11 21:32:30 +01:00
|
|
|
UNSERIALIZE_SCALAR(drir);
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
BEGIN_DECLARE_SIM_OBJECT_PARAMS(TsunamiCChip)
|
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
Param<Addr> pio_addr;
|
2004-07-13 04:58:22 +02:00
|
|
|
Param<Tick> pio_latency;
|
2006-04-10 20:14:06 +02:00
|
|
|
SimObjectParam<Platform *> platform;
|
|
|
|
SimObjectParam<System *> system;
|
|
|
|
SimObjectParam<Tsunami *> tsunami;
|
2004-01-15 23:29:35 +01:00
|
|
|
|
|
|
|
END_DECLARE_SIM_OBJECT_PARAMS(TsunamiCChip)
|
|
|
|
|
|
|
|
BEGIN_INIT_SIM_OBJECT_PARAMS(TsunamiCChip)
|
|
|
|
|
2006-04-10 20:14:06 +02:00
|
|
|
INIT_PARAM(pio_addr, "Device Address"),
|
|
|
|
INIT_PARAM(pio_latency, "Programmed IO latency"),
|
|
|
|
INIT_PARAM(platform, "platform"),
|
|
|
|
INIT_PARAM(system, "system object"),
|
|
|
|
INIT_PARAM(tsunami, "Tsunami")
|
2004-01-15 23:29:35 +01:00
|
|
|
|
|
|
|
END_INIT_SIM_OBJECT_PARAMS(TsunamiCChip)
|
|
|
|
|
|
|
|
CREATE_SIM_OBJECT(TsunamiCChip)
|
|
|
|
{
|
2006-04-10 20:14:06 +02:00
|
|
|
TsunamiCChip::Params *p = new TsunamiCChip::Params;
|
|
|
|
p->name = getInstanceName();
|
|
|
|
p->pio_addr = pio_addr;
|
|
|
|
p->pio_delay = pio_latency;
|
|
|
|
p->platform = platform;
|
|
|
|
p->system = system;
|
|
|
|
p->tsunami = tsunami;
|
|
|
|
return new TsunamiCChip(p);
|
2004-01-15 23:29:35 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
REGISTER_SIM_OBJECT("TsunamiCChip", TsunamiCChip)
|