RE: [PATCH v2 20/31] x86/virt/tdx: Add a helper to loop on TDX_INTERRUPTED_RESUMABLE

From: Tian, Kevin

Date: Thu Apr 09 2026 - 03:22:03 EST


> From: Xu Yilun <yilun.xu@xxxxxxxxxxxxxxx>
> Sent: Saturday, March 28, 2026 12:01 AM
>
> +static u64 __maybe_unused __seamcall_ir_resched(sc_func_t sc_func, u64
> fn,
> + struct tdx_module_args *args)
> +{

'ir' sounds redundant with the trailing 'resched'?

not big deal, just a bit confusing when seeing it in IOMMU side where
'ir' also refers to 'interrupt remapping' and is frequently used in
irq_remapping.c... :)