summaryrefslogtreecommitdiffstats
path: root/arch/x86/virt
diff options
context:
space:
mode:
authorKai Huang <kai.huang@intel.com>2023-08-15 23:01:58 +1200
committerDave Hansen <dave.hansen@linux.intel.com>2023-09-11 16:33:32 -0700
commit5efb96289e581c187af1bc288ce5d26ed6181749 (patch)
tree48e89f01208b3cf3cbb246d41f816177f10cbc96 /arch/x86/virt
parentf0024dbfc48d8814d915eb5bd5253496b9b8a6df (diff)
downloadlinux-5efb96289e581c187af1bc288ce5d26ed6181749.tar.gz
linux-5efb96289e581c187af1bc288ce5d26ed6181749.tar.bz2
linux-5efb96289e581c187af1bc288ce5d26ed6181749.zip
x86/tdx: Rename __tdx_module_call() to __tdcall()
__tdx_module_call() is only used by the TDX guest to issue TDCALL to the TDX module. Rename it to __tdcall() to match its behaviour, e.g., it cannot be used to make host-side SEAMCALL. Also rename tdx_module_call() which is a wrapper of __tdx_module_call() to tdcall(). No functional change intended. Signed-off-by: Kai Huang <kai.huang@intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Reviewed-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Reviewed-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/all/785d20d99fbcd0db8262c94da6423375422d8c75.1692096753.git.kai.huang%40intel.com
Diffstat (limited to 'arch/x86/virt')
0 files changed, 0 insertions, 0 deletions