Home
last modified time | relevance | path

Searched hist:c0f809c46aa271f29a9e6268cdeda1f21301a8ef (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/sh4/
H A Dsh7750.cc0f809c46aa271f29a9e6268cdeda1f21301a8ef Sun Jan 09 22:53:45 UTC 2011 Aurelien Jarno <aurelien@aurel32.net> target-sh4: implement writes to mmaped ITLB

Some Linux kernels seems to implement ITLB/UTLB flushing through by
writing all TLB entries through the memory mapped interface instead
of writing one to MMUCR.TI.

Implement memory mapped ITLB write interface so that such kernels can
boot. This fixes https://bugs.launchpad.net/bugs/700774 .

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>