Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/firmware/efi/libstub/
Drandom.c45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes()
76 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
Dtpm.c158 status = efi_bs_call(locate_protocol, &tpm2_guid, NULL, (void **)&tpm2); in efi_retrieve_eventlog()
176 status = efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_retrieve_eventlog()
Driscv.c52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
Dsmbios.c43 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
Defi-stub-helper.c262 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event()
278 efi_bs_call(locate_protocol, &cc_guid, NULL, (void **)&cc); in efi_measure_tagged_event()
734 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
Dx86-stub.c186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
271 status = efi_bs_call(locate_protocol, &APPLE_SET_OS_PROTOCOL_GUID, NULL, in apple_set_os()
379 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory()
970 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
Dfile.c142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
Defistub.h318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *,
366 u32 locate_protocol; member