gem5/src/unittest
Ali Saidi 271b9a5435 first cut at a sparc tlb
src/arch/sparc/SConscript:
    Add code to serialize/unserialze tlb entries
src/arch/sparc/asi.cc:
src/arch/sparc/asi.hh:
    update asi names for how they're listed in the supplement
    add asis
    add more asi functions
src/arch/sparc/isa_traits.hh:
    move the interrupt stuff and some basic address space stuff into isa traits
src/arch/sparc/miscregfile.cc:
src/arch/sparc/miscregfile.hh:
    add mmu registers to tlb
    get rid of implicit asi stuff... the tlb will handle it
src/arch/sparc/regfile.hh:
    make isnt/dataAsid return ints not asis
src/arch/sparc/tlb.cc:
src/arch/sparc/tlb.hh:
    first cut at sparc tlb
src/arch/sparc/vtophys.hh:
    pagatable nedes to be included here
src/mem/request.hh:
    add asi and if the request is a memory mapped register to the requset object
src/sim/host.hh:
    fix incorrect definition of LL

--HG--
extra : convert_revision : 6c85cd1681c62c8cd8eab04f70b1f15a034b0aa3
2006-11-23 01:42:57 -05:00
..
bitvectest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
circletest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
cprintftest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
foo.ini New directory structure: 2006-05-22 14:29:33 -04:00
genini.py Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
initest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
initest.ini New directory structure: 2006-05-22 14:29:33 -04:00
lru_test.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
Makefile New directory structure: 2006-05-22 14:29:33 -04:00
nmtest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
offtest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
paramtest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
rangemaptest.cc first cut at a sparc tlb 2006-11-23 01:42:57 -05:00
rangetest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
sized_test.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
stattest.cc Merge iceaxe.:/Volumes/work/research/m5/head 2006-06-11 22:01:34 -04:00
strnumtest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
symtest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
tokentest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00
tracetest.cc Updated Authors from bk prs info 2006-05-31 19:26:56 -04:00