summaryrefslogtreecommitdiffstats
path: root/arch/x86/virt
Commit message (Expand)AuthorAgeFilesLines
* x86/virt/tdx: Make TDX_MODULE_CALL handle SEAMCALL #UD and #GPKai Huang2023-09-121-0/+19
* x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang2023-09-124-0/+67
* x86/tdx: Reimplement __tdx_hypercall() using TDX_MODULE_CALL asmKai Huang2023-09-121-4/+4
* x86/tdx: Extend TDX_MODULE_CALL to support more TDCALL/SEAMCALL leafsKai Huang2023-09-111-6/+117
* x86/tdx: Pass TDCALL/SEAMCALL input/output registers via a structureKai Huang2023-09-111-56/+39
* x86/tdx: Skip saving output regs when SEAMCALL fails with VMFailInvalidKai Huang2023-09-111-9/+20
* x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappersKirill A. Shutemov2022-04-071-0/+96