gem5/arch/sparc
Ali Saidi 7359e2df01 implement the Tcc instruction to call syscall.
arch/sparc/isa/bitfields.isa:
    the trap field is 7:0
arch/sparc/isa/decoder.isa:
    add code to in the Tcc instruction to call a syscall
arch/sparc/isa_traits.hh:
    We need the syscall num register

--HG--
extra : convert_revision : 0861ec1dd8c7cac57765b22bc408fdffbe63fe2a
2006-03-15 18:12:01 -05:00
..
isa implement the Tcc instruction to call syscall. 2006-03-15 18:12:01 -05:00
linux add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
faults.cc Implemented SPARC fault classes. 2006-03-07 04:32:34 -05:00
faults.hh Implemented SPARC fault classes. 2006-03-07 04:32:34 -05:00
isa_traits.hh implement the Tcc instruction to call syscall. 2006-03-15 18:12:01 -05:00
process.cc add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
process.hh add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
regfile.hh Fixed up after a hand merge. 2006-03-14 16:39:59 -05:00
SConscript SPARC clean up towards compilability. 2006-03-14 15:59:19 -05:00
stacktrace.hh Corrected a mispelling of "unimplemented". 2006-03-07 14:34:11 -05:00