Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ !
Dtpm.h87 #define TPM_NUM_EVENT_LOG_FILES 3 macro
154 struct dentry *bios_dir[TPM_NUM_EVENT_LOG_FILES];
/linux-5.19.10/drivers/char/tpm/eventlog/ !
Dcommon.c180 for (i = (TPM_NUM_EVENT_LOG_FILES - 1); i >= 0; i--) { in tpm_bios_log_teardown()