Re: [PATCH v3 08/15] arm64: kvm: Split hyp/switch.c to VHE/nVHE

From: Luc Van Oostenryck
Date: Thu Jun 25 2020 - 12:37:42 EST


On Thu, Jun 25, 2020 at 09:16:03AM +0100, Marc Zyngier wrote:
>
> I really wish we could turn these warnings off. They don't add much.
> Or is there an annotation we could stick on the function (something
> like __called_from_asm_please_leave_me_alone springs to mind...)?

There is: '__visible'.

-- Luc