target-arm: Implement AArch64 TLB invalidate ops
commit168aa23bb01a1f6266ba9228dfd248617872ca5c
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:03 +0000 (26 17:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:03 +0000 (26 17:20 +0000)
tree20abd9f5853b46f8ca52731ebc2c00055625b54d
parent8af35c37d296daa463c0d4ed575a51729afc7f6d
target-arm: Implement AArch64 TLB invalidate ops

Implement the AArch64 TLB invalidate operations. This is
the full set of TLBI ops defined for a CPU which doesn't
implement EL2 or EL3.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target-arm/helper.c