commit | a82fff04ff9ce3bbb126e4f8e7af9c0fc4003c4f | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <npitre@baylibre.com> | Tue Apr 13 00:42:00 2021 -0400 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon May 03 11:56:50 2021 +0200 |
tree | 657cf837b14e9f9a255463930f947b200d9d2e52 | |
parent | 949ef7c660624b61c9f3e3e2c7a286f4f1581f9a [diff] |
arm64: implement exception depth count Add the exception depth count to tpidrro_el0 and make it available through the arch_exception_depth() accessor. The IN_EL0 flag is now updated unconditionally even if userspace is not configured. Doing otherwise made the code rather hairy and I doubt the overhead is measurable. Signed-off-by: Nicolas Pitre <npitre@baylibre.com>