Allocate the correct number of global registers
authorAli Saidi <saidi@eecs.umich.edu>
Sat, 9 Dec 2006 23:00:40 +0000 (18:00 -0500)
committerAli Saidi <saidi@eecs.umich.edu>
Sat, 9 Dec 2006 23:00:40 +0000 (18:00 -0500)
commit81a00fdcfef4ecffd57a909db67ca0ff3b99de3a
treea80cc38ae0827b41f66560750606bb9061955481
parented22eb781dc7714c1b2ca17cf17824917e38319c
Allocate the correct number of global registers
Fix fault formating and code for traps
fix a couple of bugs in the decoder
Cleanup/fix page table entry code
Implement more mmaped iprs, fix numbered tlb insertion code, add function to dump tlb contents
Don't panic if we differ from legion on a tcc instruction because of where legion prints its data and where we print our data

src/arch/sparc/faults.cc:
    Fix fault formating and code for traps
src/arch/sparc/intregfile.hh:
    allocate the correct number of global registers
src/arch/sparc/isa/decoder.isa:
    fix a couple of bugs in the decoder: wrasi should write asi not ccr, done/retry should get hpstate from htstate
src/arch/sparc/pagetable.hh:
    cleanup/fix page table code
src/arch/sparc/tlb.cc:
    implement more mmaped iprs, fix numbered insertion  code, add function to dump tlb contents
src/arch/sparc/tlb.hh:
    add functions to write TagAccess register on tlb miss and to dump all tlb entries for debugging
src/cpu/exetrace.cc:
    dump tlb entries on error, don't consider differences the cycle we take a trap to be bad.

--HG--
extra : convert_revision : d7d771900f6f25219f3dc6a6e51986d342a32e03
src/arch/sparc/faults.cc
src/arch/sparc/intregfile.hh
src/arch/sparc/isa/decoder.isa
src/arch/sparc/pagetable.hh
src/arch/sparc/tlb.cc
src/arch/sparc/tlb.hh
src/cpu/exetrace.cc