mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 21:52:04 +00:00
4c5b9aac6c
Port I/O instructions trigger #VE in the TDX environment. In response to the exception, kernel emulates these instructions using hypercalls. But during early boot, on the decompression stage, it is cumbersome to deal with #VE. It is cleaner to go to hypercalls directly, bypassing #VE handling. Hook up TDX-specific port I/O helpers if booting in TDX environment. Signed-off-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com> Reviewed-by: Dave Hansen <dave.hansen@linux.intel.com> Link: https://lkml.kernel.org/r/20220405232939.73860-17-kirill.shutemov@linux.intel.com
4 lines
75 B
ArmAsm
4 lines
75 B
ArmAsm
/* SPDX-License-Identifier: GPL-2.0 */
|
|
|
|
#include "../../coco/tdx/tdcall.S"
|