Lines Matching refs:log_location
50 static void efi_retrieve_tcg2_eventlog(int version, efi_physical_addr_t log_location, in efi_retrieve_tcg2_eventlog() argument
62 first_entry_addr = (unsigned long) log_location; in efi_retrieve_tcg2_eventlog()
89 (void *)(long)log_location, in efi_retrieve_tcg2_eventlog()
95 log_size = log_last_entry - log_location + last_entry_size; in efi_retrieve_tcg2_eventlog()
125 (void *)(long)log_location, in efi_retrieve_tcg2_eventlog()
154 efi_physical_addr_t log_location = 0, log_last_entry = 0; in efi_retrieve_eventlog() local
163 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog()
166 if (status != EFI_SUCCESS || !log_location) { in efi_retrieve_eventlog()
169 &log_location, &log_last_entry, in efi_retrieve_eventlog()
184 status = efi_call_proto(cc, get_event_log, version, &log_location, in efi_retrieve_eventlog()
191 if (status != EFI_SUCCESS || !log_location) in efi_retrieve_eventlog()
194 efi_retrieve_tcg2_eventlog(version, log_location, log_last_entry, in efi_retrieve_eventlog()