From: Ian Campbell Date: Mon, 30 Mar 2015 13:19:22 +0000 (+0100) Subject: xen: arm: Annotate the handlers for HSTR_EL2.T15 X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~3302 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d256ee00ad18a1370fa3410b21811fb1da697a4b;p=xen.git xen: arm: Annotate the handlers for HSTR_EL2.T15 Signed-off-by: Ian Campbell Reviewed-by: Julien Grall --- diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c index 24dc07122a..6a86a25046 100644 --- a/xen/arch/arm/traps.c +++ b/xen/arch/arm/traps.c @@ -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: