commit | 014406b510faae91b801c8c6fd408a7609f6de0b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Apr 15 19:18:45 2014 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Apr 17 21:34:05 2014 +0100 |
tree | 266f04a3f2b64fb055a29d0c54b8e5ba849ca4a1 | |
parent | 0ff644a786aa041a8616ce449382806d8e29d04c [diff] |
target-arm: Implement AArch64 view of CONTEXTIDR Implement AArch64 view of the CONTEXTIDR register. We tighten up the condition when we flush the TLB on a CONTEXTIDR write to avoid needlessly flushing the TLB every time on a 64 bit system (and also on a 32 bit system using LPAE, as a bonus). Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>