[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)
commit29e179bc3f5e804ab58b975e65c91cb9cd287846
tree8d423830def55b045ecc213cabb25cda6a78a6a3
parent274a9e70de095240c8013c9dd9980213d54198d0
[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