mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-11-01 09:13:37 +00:00 
			
		
		
		
	Implement a pKVM protected guest driver to probe the presence of pKVM and determine the memory protection granule using the HYP_MEMINFO hypercall. Acked-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20240830130150.8568-3-will@kernel.org Signed-off-by: Will Deacon <will@kernel.org>
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			324 B
		
	
	
	
		
			Text
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
#
 | 
						|
# Confidential computing related collateral
 | 
						|
#
 | 
						|
 | 
						|
config TSM_REPORTS
 | 
						|
	select CONFIGFS_FS
 | 
						|
	tristate
 | 
						|
 | 
						|
source "drivers/virt/coco/efi_secret/Kconfig"
 | 
						|
 | 
						|
source "drivers/virt/coco/pkvm-guest/Kconfig"
 | 
						|
 | 
						|
source "drivers/virt/coco/sev-guest/Kconfig"
 | 
						|
 | 
						|
source "drivers/virt/coco/tdx-guest/Kconfig"
 |