CRIS: Improve TLB management and handle delayslots at page boundaries.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 May 2008 10:59:14 +0000 (10:59 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 13 May 2008 10:59:14 +0000 (10:59 +0000)
commit66f6344177e85e1a82a03a96a4cd86e30a88654c
treed4ae1d25078f714690f5b01761f2bffd5d57f115
parent06d2bd0e07e8a011c2ab0195ae543201ba4a31a8
CRIS: Improve TLB management and handle delayslots at page boundaries.
* Dont flush the entire qemu tlb when the $pid changes. Instead we go through
  the guests TLB and choose entries that need to be flushed.
* Add env->dslot and handle delayslots at pageboundaries.
* Remove some unused code.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4450 c046a42c-6fe2-441c-8c8c-71466251a162
cpu-exec.c
target-cris/cpu.h
target-cris/helper.c
target-cris/helper.h
target-cris/mmu.c
target-cris/mmu.h
target-cris/op_helper.c
target-cris/translate.c