commit | cc7613bfaa1f653a6eb6ff50ac45d5c5fd717052 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Aug 16 19:03:04 2021 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Aug 26 17:02:01 2021 +0100 |
tree | 542ec7f1f8e56ec4555ecd4c8fa3c4a173b6632e | |
parent | 665cddbe15fdc5f5c66caac62472bd5af1e23e10 [diff] |
target/arm: Implement HSTR.TTEE In v7, the HSTR register has a TTEE bit which allows EL0/EL1 accesses to the Thumb2EE TEECR and TEEHBR registers to be trapped to the hypervisor. Implement these traps. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20210816180305.20137-2-peter.maydell@linaro.org