Searched refs:VSEC_CAP_SDSI (Results 1 – 2 of 2) sorted by relevance
88 return !!(caps & VSEC_CAP_SDSI); in intel_vsec_supported()143 case VSEC_CAP_SDSI: in vsec_driver_present()398 *cap_id = ilog2(VSEC_CAP_SDSI); in get_cap_id()734 .caps = VSEC_CAP_TELEMETRY | VSEC_CAP_SDSI | VSEC_CAP_TPMI |
19 #define VSEC_CAP_SDSI BIT(4) macro