projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4edc117
)
arm64/esr: Document ISS for ZT0 being disabled
author
Mark Brown
<broonie@kernel.org>
Mon, 16 Jan 2023 16:04:40 +0000
(16:04 +0000)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Fri, 20 Jan 2023 12:23:05 +0000
(12:23 +0000)
SME2 defines a new ISS code for use when trapping acesses to ZT0, add a
definition for it.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link:
https://lore.kernel.org/r/20221208-arm64-sme2-v4-5-f2fa0aef982f@kernel.org
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/esr.h
patch
|
blob
|
history
diff --git
a/arch/arm64/include/asm/esr.h
b/arch/arm64/include/asm/esr.h
index 15b34fbfca66735fe657d746149105d0b8d5a32d..5f3271e9d5dfb26373d4b80e0ae85ee66887822a 100644
(file)
--- a/
arch/arm64/include/asm/esr.h
+++ b/
arch/arm64/include/asm/esr.h
@@
-341,6
+341,7
@@
#define ESR_ELx_SME_ISS_ILL 1
#define ESR_ELx_SME_ISS_SM_DISABLED 2
#define ESR_ELx_SME_ISS_ZA_DISABLED 3
+#define ESR_ELx_SME_ISS_ZT_DISABLED 4
#ifndef __ASSEMBLY__
#include <asm/types.h>