Re: [PATCH v3 16/17] arm64: Add handling of CNTVCTSS traps

From: Will Deacon
Date: Mon Oct 11 2021 - 06:55:14 EST


On Sun, Oct 10, 2021 at 12:43:05PM +0100, Marc Zyngier wrote:
> Since CNTVCTSS obey the same control bits as CNTVCT, add the necessary
> decoding to the hook table. Note that there is no known user of
> this at the moment.
>
> Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx>
> ---
> arch/arm64/include/asm/esr.h | 6 ++++++
> arch/arm64/kernel/traps.c | 11 +++++++++++
> 2 files changed, 17 insertions(+)

Acked-by: Will Deacon <will@xxxxxxxxxx>

Will