Searched refs:tpm_final_log (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Dtpm.c65 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR) {
73 final_tbl = early_memremap(efi.tpm_final_log, sizeof(*final_tbl));
77 efi.tpm_final_log);
78 efi.tpm_final_log = EFI_INVALID_TABLE_ADDR;
85 void *events = (void *)efi.tpm_final_log
100 memblock_reserve(efi.tpm_final_log,
H A Defi.c47 .tpm_final_log = EFI_INVALID_TABLE_ADDR,
602 {EFI_TCG2_FINAL_EVENTS_TABLE_GUID, &efi.tpm_final_log, "TPMFinalLog" },
603 {EFI_CC_FINAL_EVENTS_TABLE_GUID, &efi.tpm_final_log, "CCFinalLog" },
/linux-master/drivers/char/tpm/eventlog/
H A Defi.c70 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR ||
75 final_tbl = memremap(efi.tpm_final_log,
/linux-master/arch/x86/platform/efi/
H A Defi.c91 &efi.tpm_final_log,
/linux-master/include/linux/
H A Defi.h650 unsigned long tpm_final_log; /* TPM2 Final Events Log table */ member in struct:efi

Completed in 282 milliseconds