Searched refs:tpm_final_log (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/firmware/efi/ |
| A D | tpm.c | 65 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR) { in efi_tpm_eventlog_init() 73 final_tbl = early_memremap(efi.tpm_final_log, sizeof(*final_tbl)); in efi_tpm_eventlog_init() 77 efi.tpm_final_log); in efi_tpm_eventlog_init() 78 efi.tpm_final_log = EFI_INVALID_TABLE_ADDR; in efi_tpm_eventlog_init() 85 void *events = (void *)efi.tpm_final_log in efi_tpm_eventlog_init() 100 memblock_reserve(efi.tpm_final_log, in efi_tpm_eventlog_init()
|
| A D | efi.c | 47 .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/drivers/char/tpm/eventlog/ |
| A D | efi.c | 70 if (efi.tpm_final_log == EFI_INVALID_TABLE_ADDR || in tpm_read_log_efi() 75 final_tbl = memremap(efi.tpm_final_log, in tpm_read_log_efi()
|
| /linux/arch/x86/platform/efi/ |
| A D | efi.c | 91 &efi.tpm_final_log,
|
| /linux/include/linux/ |
| A D | efi.h | 655 unsigned long tpm_final_log; /* TPM2 Final Events Log table */ member
|
Completed in 15 milliseconds