commit | 38836a2cd47c20daaaa84873e3d6020f19e4bfca | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Fri May 29 11:28:52 2015 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Fri May 29 11:28:52 2015 +0100 |
tree | fc60a44ad185291c62720987cf47ebd7c59b552f | |
parent | 012a906b19e99b126403ff4a257617dab9b34163 [diff] |
target-arm: Allow cp access functions to indicate traps to EL2 or EL3 Some coprocessor access functions will need to indicate that the instruction should trap to EL2 or EL3 rather than the default target exception level; add corresponding CPAccessResult enum entries and handling code. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com>