Lines Matching refs:efi
11 #include <linux/efi.h>
46 if (efi.tpm_log == EFI_INVALID_TABLE_ADDR) {
54 log_tbl = early_memremap(efi.tpm_log, sizeof(*log_tbl));
57 efi.tpm_log);
58 efi.tpm_log = EFI_INVALID_TABLE_ADDR;
63 memblock_reserve(efi.tpm_log, tbl_size);
65 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,