Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Drandom.c49 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 Dtpm.c163 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 Driscv.c56 return efi_call_proto(boot_protocol, get_boot_hartid, &hartid); in get_boot_hartid_from_efi()
H A Dsmbios.c45 efi_call_proto(smbios, get_next, &handle, &type, &record, NULL); in efi_get_smbios_record()
H A Defi-stub-helper.c293 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 Dprintk.c22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
H A Dgop.c156 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 Defistub.h63 #define efi_call_proto(inst, func, ...) ({ \ macro