Re: [PATCH v12 05/22] x86/virt/tdx: Add SEAMCALL infrastructure
From: Peter Zijlstra
Date: Wed Jun 28 2023 - 09:55:41 EST
On Wed, Jun 28, 2023 at 02:58:13PM +0200, Peter Zijlstra wrote:
> Can someone explain to me why __tdx_hypercall() is sane (per the above)
> but then we grew __tdx_module_call() as an absolute abomination and are
> apparently using that for seam too?
That is, why do we have two different TDCALL wrappers? Makes no sense.