Lines Matching defs:log
8 * Access to TPM 2.0 event log as written by Firmware.
9 * It assumes that writer of event log has followed TCG Specification
27 * is an entry in the TPM 2.0 event log. The event is of type Crypto
32 * @event_header: the first event in the event log.
45 struct tpm_bios_log *log = &chip->log;
46 void *addr = log->bios_event_log;
47 void *limit = log->bios_event_log_end;
91 struct tpm_bios_log *log = &chip->log;
92 void *limit = log->bios_event_log_end;
97 event_header = log->bios_event_log;
131 struct tpm_bios_log *log = &chip->log;
132 struct tcg_pcr_event *event_header = log->bios_event_log;