Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/coco/tdx/
DMakefile3 obj-y += tdx.o tdcall.o
/Linux-v6.1/arch/x86/coco/
DMakefile8 obj-$(CONFIG_INTEL_TDX_GUEST) += tdx/
/Linux-v6.1/Documentation/x86/
Dindex.rst29 tdx
/Linux-v6.1/drivers/acpi/numa/
Dhmat.c497 unsigned int ipds, tpds, i, idx = 0, tdx = 0; in hmat_initiator_perf() local
519 tdx = i; in hmat_initiator_perf()
526 return hmat_normalize(entries[idx * tpds + tdx], in hmat_initiator_perf()
/Linux-v6.1/arch/x86/boot/compressed/
DMakefile109 vmlinux-objs-$(CONFIG_INTEL_TDX_GUEST) += $(obj)/tdx.o $(obj)/tdcall.o