[sh4] memory mapped TLB entries
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 22 Aug 2008 08:57:43 +0000 (08:57 +0000)
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 22 Aug 2008 08:57:43 +0000 (08:57 +0000)
commit40fbd212f4a45facd9708d6c9f855790a4913550
tree8d423830def55b045ecc213cabb25cda6a78a6a3
parenta25acfa7f52d20315345fb442ad955ba824b8b3b
[sh4] memory mapped TLB entries

SH4 MMU's memory mapped TLB feature is implemented.
SH-Linux seems to write to memory mapped TLB to invalidate a TLB entry,
but does not to read it. So only memory write feature is implemented.
Work on memory read feature is left.

(Shin-ichiro KAWASAKI)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5067 c046a42c-6fe2-441c-8c8c-71466251a162
hw/sh7750.c
target-sh4/cpu.h
target-sh4/helper.c