[PATCH 16/25] KVM: arm64: Rename __check_nv_sr_forward() to triage_sysreg_trap()

Marc Zyngier maz at kernel.org
Tue Jan 30 04:43:29 PST 2024


On Wed, 24 Jan 2024 16:57:20 +0000,
Joey Gouly <joey.gouly at arm.com> wrote:
> 
> > +bool triage_sysreg_trap(struct kvm_vcpu *vcpu, int *sr_index);
> > +
> >  #define AA32(_x)	.aarch32_map = AA32_##_x
> >  #define Op0(_x) 	.Op0 = _x
> >  #define Op1(_x) 	.Op1 = _x
> 
> It's strange having triage_sysreg_trap() in emulate-nested.c, but moving that
> would be churn for little benefit. Maybe once NV is all in.

My plan is to rename this to something like 'exception-routing.c',
because that's what it is all about. Thoughts?

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list