Searched refs:efi_call_proto (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | random.c | 49 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes() 114 status = efi_call_proto(rng, get_rng, &rng_algo_raw, in efi_random_get_seed() 122 status = efi_call_proto(rng, get_rng, NULL, in efi_random_get_seed()
|
| H A D | tpm.c | 163 status = efi_call_proto(tpm2, get_event_log, version, &log_location, in efi_retrieve_eventlog() 168 status = efi_call_proto(tpm2, get_event_log, version, in efi_retrieve_eventlog() 184 status = efi_call_proto(cc, get_event_log, version, &log_location, in efi_retrieve_eventlog()
|
| H A D | riscv.c | 56 return efi_call_proto(boot_protocol, get_boot_hartid, &hartid); in get_boot_hartid_from_efi()
|
| H A D | smbios.c | 45 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
|
| H A D | efi-stub-helper.c | 293 status = efi_call_proto(cc, map_pcr_to_mr_index, in efi_measure_tagged_event() 572 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, NULL); in efi_load_initrd_dev_path() 580 status = efi_call_proto(lf2, load_file, dp, false, &initrd->size, in efi_load_initrd_dev_path() 701 status = efi_call_proto(con_in, read_keystroke, key); in efi_wait_for_key()
|
| H A D | printk.c | 22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
|
| H A D | gop.c | 156 status = efi_call_proto(gop, query_mode, cmdline.mode, &info_size, &info); in choose_mode_modenum() 183 status = efi_call_proto(gop, query_mode, m, &info_size, &info); in choose_mode() 355 if (efi_call_proto(gop, set_mode, new_mode) != EFI_SUCCESS) in set_mode()
|
| H A D | efistub.h | 63 #define efi_call_proto(inst, func, ...) ({ \ macro
|