target-arm: fix write helper for TLBI ALLE1IS
commit2a6332d968297266dbabf9d33f959e3a5efdd0f9
authorSergey Fedorov <serge.fdrv@gmail.com>
Mon, 6 Jul 2015 09:05:43 +0000 (6 10:05 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 6 Jul 2015 09:05:43 +0000 (6 10:05 +0100)
tree42109e197fe96c7ee1192d1bd7dab498399f1dc2
parentf50a1640fb82708a5d528dee1ace42a224b95b15
target-arm: fix write helper for TLBI ALLE1IS

TLBI ALLE1IS is an operation that does invalidate TLB entries on all PEs
in the same Inner Sharable domain, not just on the current CPU. So we
must use tlbiall_is_write() here.

Signed-off-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1435676538-31345-1-git-send-email-serge.fdrv@gmail.com
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c