Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/
H A Dvsec.h10 #define VSEC_CAP_CRASHLOG BIT(2) macro
H A Dvsec.c101 return !!(caps & VSEC_CAP_CRASHLOG); in intel_vsec_supported()