Searched refs:tdx (Results 1 – 21 of 21) sorted by relevance
3 obj-y += debug.o tdcall.o tdx.o tdx-shared.o
4 :Original: Documentation/security/snp-tdx-threat-model.rst48 :doc:`Intel Trust Domain Extensions (TDX) </arch/x86/tdx>` 和
19 snp-tdx-threat-model
2 obj-$(CONFIG_INTEL_TDX_HOST) += tdx/
2 obj-$(CONFIG_TDX_GUEST_DRIVER) += tdx-guest.o
11 be called tdx-guest.
2 obj-y += seamcall.o tdx.o
8 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx/
9 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
16 source "drivers/virt/coco/tdx-guest/Kconfig"
9 snp-tdx-threat-model
50 :doc:`Intel Trust Domain Extensions (TDX) </arch/x86/tdx>` and
17 coco/tdx-guest
30 tdx
38 [..] virt/tdx: BIOS enabled: private KeyID range: [16, 64)51 [..] virt/tdx: module not loaded94 [..] virt/tdx: 262668 KBs allocated for PAMT95 [..] virt/tdx: module initialized100 [..] virt/tdx: module initialization failed ...188 [..] virt/tdx: initialization failed: Hibernation support is enabled
104 vmlinux-objs-$(CONFIG_INTEL_TDX_GUEST) += $(obj)/tdx.o $(obj)/tdcall.o $(obj)/tdx-shared.o
10 The TDX guest driver exposes IOCTL interfaces via the /dev/tdx-guest misc
679 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local701 tdx = i; in hmat_initiator_perf()708 return hmat_normalize(entries[idx * tpds + tdx], in hmat_initiator_perf()
108 TARGETS += tdx
10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
5977 F: Documentation/security/snp-tdx-threat-model.rst26456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx26457 F: arch/x86/boot/compressed/tdx*26458 F: arch/x86/coco/tdx/26459 F: arch/x86/include/asm/shared/tdx.h26460 F: arch/x86/include/asm/tdx.h26461 F: arch/x86/virt/vmx/tdx/26462 F: drivers/virt/coco/tdx-guest