Searched refs:locate_protocol (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
H A D | random.c | 45 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_get_random_bytes() 75 status = efi_bs_call(locate_protocol, &rng_proto, NULL, (void **)&rng); in efi_random_get_seed()
|
H A D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
H A D | efistub.h | 266 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, member 314 u32 locate_protocol; member
|
H A D | x86-stub.c | 172 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | random.c | 45 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()
|
H A D | riscv.c | 52 status = efi_bs_call(locate_protocol, &boot_protocol_guid, NULL, in get_boot_hartid_from_efi()
|
H A D | smbios.c | 32 status = efi_bs_call(locate_protocol, &EFI_SMBIOS_PROTOCOL_GUID, NULL, in efi_get_smbios_record()
|
H A D | tpm.c | 65 status = efi_bs_call(locate_protocol, &tcg2_guid, NULL, in efi_retrieve_tpm2_eventlog()
|
H A D | efi-stub-helper.c | 230 efi_bs_call(locate_protocol, &tcg2_guid, NULL, (void **)&tcg2); in efi_measure_tagged_event() 684 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_remap_image()
|
H A D | x86-stub.c | 186 status = efi_bs_call(locate_protocol, &guid, NULL, (void **)&p); in retrieve_apple_device_properties() 308 status = efi_bs_call(locate_protocol, &mem_acceptance_proto, NULL, in setup_unaccepted_memory() 865 efi_bs_call(locate_protocol, &guid, NULL, (void **)&memattr); in efi_stub_entry()
|
H A D | file.c | 142 efi_bs_call(locate_protocol, &text_to_dp_guid, NULL, in efi_open_device_path()
|
H A D | efistub.h | 318 efi_status_t (__efiapi *locate_protocol)(efi_guid_t *, void *, member 366 u32 locate_protocol; member
|
Completed in 10 milliseconds