Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dtpm.c173 get_efi_config_table(EFI_TCG2_FINAL_EVENTS_TABLE_GUID); in efi_retrieve_eventlog()
188 get_efi_config_table(EFI_CC_FINAL_EVENTS_TABLE_GUID); in efi_retrieve_eventlog()
H A Driscv.c24 fdt = get_efi_config_table(DEVICE_TREE_GUID); in get_boot_hartid_from_fdt()
H A Drandom.c94 prev_seed = get_efi_config_table(rng_table_guid); in efi_random_get_seed()
H A Dunaccepted_memory.c18 unaccepted_table = get_efi_config_table(unaccepted_table_guid); in allocate_unaccepted_bitmap()
H A Dfdt.c368 fdt = get_efi_config_table(DEVICE_TREE_GUID); in get_fdt()
H A Defi-stub-helper.c488 void *get_efi_config_table(efi_guid_t guid) in get_efi_config_table() function