Home
last modified time | relevance | path

Searched refs:tdx (Results 1 – 21 of 21) sorted by relevance

/linux-6.15/arch/x86/coco/tdx/
H A DMakefile3 obj-y += debug.o tdcall.o tdx.o tdx-shared.o
/linux-6.15/Documentation/translations/zh_CN/security/
H A Dsnp-tdx-threat-model.rst4 :Original: Documentation/security/snp-tdx-threat-model.rst
48 :doc:`Intel Trust Domain Extensions (TDX) </arch/x86/tdx>` 和
H A Dindex.rst19 snp-tdx-threat-model
/linux-6.15/arch/x86/virt/vmx/
H A DMakefile2 obj-$(CONFIG_INTEL_TDX_HOST) += tdx/
/linux-6.15/drivers/virt/coco/tdx-guest/
H A DMakefile2 obj-$(CONFIG_TDX_GUEST_DRIVER) += tdx-guest.o
H A DKconfig11 be called tdx-guest.
/linux-6.15/arch/x86/virt/vmx/tdx/
H A DMakefile2 obj-y += seamcall.o tdx.o
/linux-6.15/arch/x86/coco/
H A DMakefile8 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx/
/linux-6.15/drivers/virt/coco/
H A DMakefile9 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx-guest/
H A DKconfig16 source "drivers/virt/coco/tdx-guest/Kconfig"
/linux-6.15/Documentation/security/
H A Dindex.rst9 snp-tdx-threat-model
H A Dsnp-tdx-threat-model.rst50 :doc:`Intel Trust Domain Extensions (TDX) </arch/x86/tdx>` and
/linux-6.15/Documentation/virt/
H A Dindex.rst17 coco/tdx-guest
/linux-6.15/Documentation/arch/x86/
H A Dindex.rst30 tdx
H A Dtdx.rst38 [..] virt/tdx: BIOS enabled: private KeyID range: [16, 64)
51 [..] virt/tdx: module not loaded
94 [..] virt/tdx: 262668 KBs allocated for PAMT
95 [..] virt/tdx: module initialized
100 [..] virt/tdx: module initialization failed ...
188 [..] virt/tdx: initialization failed: Hibernation support is enabled
/linux-6.15/arch/x86/boot/compressed/
H A DMakefile104 vmlinux-objs-$(CONFIG_INTEL_TDX_GUEST) += $(obj)/tdx.o $(obj)/tdcall.o $(obj)/tdx-shared.o
/linux-6.15/Documentation/virt/coco/
H A Dtdx-guest.rst10 The TDX guest driver exposes IOCTL interfaces via the /dev/tdx-guest misc
/linux-6.15/drivers/acpi/numa/
H A Dhmat.c679 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local
701 tdx = i; in hmat_initiator_perf()
708 return hmat_normalize(entries[idx * tpds + tdx], in hmat_initiator_perf()
/linux-6.15/tools/testing/selftests/
H A DMakefile108 TARGETS += tdx
/linux-6.15/Documentation/virt/hyperv/
H A Dcoco.rst10 objectives described in Documentation/security/snp-tdx-threat-model.rst. Note
/linux-6.15/
H A DMAINTAINERS5977 F: Documentation/security/snp-tdx-threat-model.rst
26456 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/tdx
26457 F: arch/x86/boot/compressed/tdx*
26458 F: arch/x86/coco/tdx/
26459 F: arch/x86/include/asm/shared/tdx.h
26460 F: arch/x86/include/asm/tdx.h
26461 F: arch/x86/virt/vmx/tdx/
26462 F: drivers/virt/coco/tdx-guest