xen: arm: Annotate the handlers for HSTR_EL2.T15
authorIan Campbell <ian.campbell@citrix.com>
Mon, 30 Mar 2015 13:19:22 +0000 (14:19 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 8 May 2015 10:50:49 +0000 (11:50 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Julien Grall <julien.grall@citrix.com>
xen/arch/arm/traps.c

index 24dc07122aea6240716f8e9c47723554ba347fb8..6a86a25046918c1b4456f853247f83794484d020 100644 (file)
@@ -1730,6 +1730,13 @@ static void do_cp15_32(struct cpu_user_regs *regs,
      *
      *  - All accesses to coprocessors 0..9 and 12..13
      *
+     * HSTR_EL2.T15
+     *
+     * ARMv7 (DDI 0406C.b): B1.14.14
+     * ARMv8 (DDI 0487A.d): D1-1507 Table D1-55
+     *
+     *  - All accesses to cp15, c15 registers.
+     *
      * And all other unknown registers.
      */
     default:
@@ -1770,6 +1777,13 @@ static void do_cp15_64(struct cpu_user_regs *regs,
      *
      *  - All accesses to coprocessors 0..9 and 12..13
      *
+     * HSTR_EL2.T15
+     *
+     * ARMv7 (DDI 0406C.b): B1.14.14
+     * ARMv8 (DDI 0487A.d): D1-1507 Table D1-55
+     *
+     *  - All accesses to cp15, c15 registers.
+     *
      * And all other unknown registers.
      */
     default: