All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Grall <julien.grall@citrix.com>
To: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Cc: julien.grall@linaro.org, tim@xen.org, stefano.stabellini@eu.citrix.com
Subject: Re: [PATCH v2 12/19] xen: arm: Annotate the handlers for HSTR_EL2.T15
Date: Sat, 25 Apr 2015 22:48:09 +0500	[thread overview]
Message-ID: <553BD359.3000104@citrix.com> (raw)
In-Reply-To: <1429279315-32143-12-git-send-email-ian.campbell@citrix.com>

Hi Ian,

On 17/04/2015 19:01, Ian Campbell wrote:
> Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
> ---
> v2: s/Tx/T15/
> ---
>   xen/arch/arm/traps.c |   10 ++++++++++
>   1 file changed, 10 insertions(+)
>
> diff --git a/xen/arch/arm/traps.c b/xen/arch/arm/traps.c
> index a2bae51..86b5655 100644
> --- a/xen/arch/arm/traps.c
> +++ b/xen/arch/arm/traps.c
> @@ -1720,6 +1720,11 @@ static void do_cp15_32(struct cpu_user_regs *regs,
>        * ARMv7 (DDI 0406C.b): B1.14.12
>        * ARMv8 (DDI 0487A.d): N/A
>        *
> +     * HSTR_EL2.T15
> +     *
> +     * ARMv7 (DDI 0406C.b): B1.14.14
> +     * ARMv8 (DDI 0487A.d): D1-1507 Table D1-55
> +     *
>        * And all other unknown registers.
>        */
>       default:
> @@ -1758,6 +1763,11 @@ static void do_cp15_64(struct cpu_user_regs *regs,
>        * ARMv7 (DDI 0406C.b): B1.14.12
>        * ARMv8 (DDI 0487A.d): N/A
>        *
> +     * HSTR_EL2.Tx

Should not this Tx switch to T15 too?

Regards,

-- 
Julien Grall

  reply	other threads:[~2015-04-25 17:48 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 14:01 [PATCH v2 00/19] xen: arm: cleanup traps.c Ian Campbell
2015-04-17 14:01 ` [PATCH v2 01/19] xen: arm: constify union hsr and struct hsr_* where possible Ian Campbell
2015-04-17 14:01 ` [PATCH v2 02/19] xen: arm: Fix handling of ICC_{SGI1R, SGI0R, ASGI1R}_EL1 Ian Campbell
2015-04-17 14:01 ` [PATCH v2 03/19] xen: arm: call inject_undef_exception directly Ian Campbell
2015-04-17 14:01 ` [PATCH v2 04/19] xen: arm: provide and use a handle_raz_wi helper Ian Campbell
2015-04-25 17:09   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 05/19] xen: arm: Add and use r/o+raz and w/o+wi helpers Ian Campbell
2015-04-25 17:16   ` Julien Grall
2015-05-08 10:16     ` Ian Campbell
2015-05-08 10:33       ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 06/19] xen: arm: add minimum exception level argument to trap handler helpers Ian Campbell
2015-04-25 17:23   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 07/19] xen: arm: Annotate trap handler for HSR_EL2.{TWI, TWE, TSC} Ian Campbell
2015-04-25 17:25   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 08/19] xen: arm: implement handling of ACTLR_EL1 trap Ian Campbell
2015-04-25 17:29   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 09/19] xen: arm: Annotate registers trapped by HCR_EL1.TIDCP Ian Campbell
2015-04-17 14:01 ` [PATCH v2 10/19] xen: arm: implement handling of registers trapped by CPTR_EL2.TTA Ian Campbell
2015-04-25 17:42   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 11/19] xen: arm: Annotate handlers for CPTR_EL2.Tx Ian Campbell
2015-04-25 17:44   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 12/19] xen: arm: Annotate the handlers for HSTR_EL2.T15 Ian Campbell
2015-04-25 17:48   ` Julien Grall [this message]
2015-05-08 10:17     ` Ian Campbell
2015-05-08 10:35       ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 13/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDRA Ian Campbell
2015-04-25 17:50   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 14/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDOSA Ian Campbell
2015-04-25 17:53   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 15/19] xen: arm: Annotate registers trapped by MDCR_EL2.TDA Ian Campbell
2015-04-25 17:55   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 16/19] xen: arm: Annotate registers trapped by MDCR_EL2.TPM and TPMCR Ian Campbell
2015-04-26 13:46   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 17/19] xen: arm: Remove CNTPCT_EL0 trap handling Ian Campbell
2015-04-17 14:01 ` [PATCH v2 18/19] xen: arm: Annotate registers trapped when CNTHCTL_EL2.EL1PCEN == 0 Ian Campbell
2015-04-26 13:48   ` Julien Grall
2015-04-17 14:01 ` [PATCH v2 19/19] xen: arm: Annotate source of ICC SGI register trapping Ian Campbell
2015-05-08 10:37 ` [PATCH v2 00/19] xen: arm: cleanup traps.c Julien Grall
2015-05-08 10:57   ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=553BD359.3000104@citrix.com \
    --to=julien.grall@citrix.com \
    --cc=ian.campbell@citrix.com \
    --cc=julien.grall@linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.org \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.