summaryrefslogtreecommitdiff
path: root/arch/x86/virt/vmx/tdx/tdx.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang1-0/+5
2023-12-08x86/virt/tdx: Initialize all TDMRsKai Huang1-0/+1
2023-12-08x86/virt/tdx: Configure global KeyID on all packagesKai Huang1-0/+1
2023-12-08x86/virt/tdx: Configure TDX module with the TDMRs and global KeyIDKai Huang1-0/+2
2023-12-08x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang1-0/+1
2023-12-08x86/virt/tdx: Fill out TDMRs to cover all TDX memory regionsKai Huang1-0/+3
2023-12-08x86/virt/tdx: Add placeholder to construct TDMRs to cover all TDX memory regionsKai Huang1-0/+33
2023-12-08x86/virt/tdx: Get module global metadata for module initializationKai Huang1-0/+39
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang1-0/+6
2023-12-08x86/virt/tdx: Add skeleton to enable TDX on demandKai Huang1-0/+30