Home
last modified time | relevance | path

Searched refs:log_location (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firmware/efi/libstub/
A Dtpm.c62 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()
151 efi_physical_addr_t log_location = 0, log_last_entry = 0; in efi_retrieve_eventlog() local
160 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog()
163 if (status != EFI_SUCCESS || !log_location) { in efi_retrieve_eventlog()
166 &log_location, &log_last_entry, in efi_retrieve_eventlog()
181 status = efi_call_proto(cc, get_event_log, version, &log_location, in efi_retrieve_eventlog()
188 if (status != EFI_SUCCESS || !log_location) in efi_retrieve_eventlog()
[all …]

Completed in 3 milliseconds