Home
last modified time | relevance | path

Searched refs:VSEC_CAP_TPMI (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Dintel_vsec.h12 #define VSEC_CAP_TPMI BIT(4) macro
/linux-6.12.1/drivers/platform/x86/intel/
Dvsec.c70 return !!(caps & VSEC_CAP_TPMI); in intel_vsec_supported()
410 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_SDSI | VSEC_CAP_TPMI,