Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/coco/tdx/
DMakefile3 obj-y += tdx.o tdcall.o
/linux-5.19.10/arch/x86/coco/
DMakefile8 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx/
/linux-5.19.10/Documentation/x86/
Dindex.rst29 tdx
/linux-5.19.10/drivers/acpi/numa/
Dhmat.c498 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local
520 tdx = i; in hmat_initiator_perf()
527 return hmat_normalize(entries[idx * tpds + tdx], in hmat_initiator_perf()
/linux-5.19.10/arch/x86/boot/compressed/
DMakefile108 vmlinux-objs-$(CONFIG_INTEL_TDX_GUEST) += $(obj)/tdx.o $(obj)/tdcall.o