Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux-block.git] / arch / x86 / include / asm / shared / tdx.h
index 559176887791ea6668f0707a8551a84dea77a7f9..4a03993e07851e8e400077999db0d37989002296 100644 (file)
  * This is a software only structure and not part of the TDX module/VMM ABI.
  */
 struct tdx_hypercall_args {
+       u64 r8;
+       u64 r9;
        u64 r10;
        u64 r11;
        u64 r12;
        u64 r13;
        u64 r14;
        u64 r15;
+       u64 rdi;
+       u64 rsi;
+       u64 rbx;
+       u64 rdx;
 };
 
 /* Used to request services from the VMM */