Home
last modified time | relevance | path

Searched refs:systab (Results 1 – 17 of 17) sorted by relevance

/u-boot/cmd/
A Defi_common.c14 void efi_show_tables(struct efi_system_table *systab) in efi_show_tables() argument
18 for (i = 0; i < systab->nr_tables; i++) { in efi_show_tables()
19 struct efi_configuration_table *tab = &systab->tables[i]; in efi_show_tables()
A Defi.c281 struct efi_system_table *systab; in do_efi_tables() local
284 systab = efi_get_sys_table(); in do_efi_tables()
285 if (!systab) { in do_efi_tables()
293 ret = efi_info_get(EFIET_SYS_TABLE, (void **)&systab, &size); in do_efi_tables()
298 efi_show_tables(systab); in do_efi_tables()
A Dbootefi.c233 for (i = 0; i < systab.nr_tables; i++) { in get_config_table()
234 if (!guidcmp(guid, &systab.tables[i].guid)) in get_config_table()
235 return systab.tables[i].table; in get_config_table()
640 ret = EFI_CALL(efi_selftest(&image_obj->header, &systab)); in do_efi_selftest()
A Defidebug.c27 #define BS systab.boottime
180 for (int idx = 0; idx < systab.nr_tables; idx++) in do_efi_capsule_esrt()
181 if (!guidcmp(&efi_esrt_guid, &systab.tables[idx].guid)) in do_efi_capsule_esrt()
182 esrt = (struct efi_system_resource_table *)systab.tables[idx].table; in do_efi_capsule_esrt()
652 efi_show_tables(&systab); in do_efi_show_tables()
/u-boot/lib/efi_driver/
A Defi_uclass.c40 r = EFI_CALL(systab.boottime->open_protocol( in check_node_type()
83 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_supported()
131 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_start()
184 ret = EFI_CALL(systab.boottime->uninstall_protocol_interface( in disconnect_child()
232 ret = EFI_CALL(systab.boottime->open_protocol_information( in efi_uc_stop()
/u-boot/lib/efi_loader/
A Defi_boottime.c1628 struct efi_configuration_table *end = &systab.tables[systab.nr_tables]; in efi_remove_configuration_table()
1631 systab.nr_tables--; in efi_remove_configuration_table()
1675 systab.nr_tables = i + 1; in efi_install_configuration_table()
2133 if (!systab.boottime) in efi_exit_boot_services()
2191 systab.con_in_handle = NULL; in efi_exit_boot_services()
2192 systab.con_in = NULL; in efi_exit_boot_services()
2194 systab.con_out = NULL; in efi_exit_boot_services()
2195 systab.stderr_handle = NULL; in efi_exit_boot_services()
2196 systab.std_err = NULL; in efi_exit_boot_services()
2197 systab.boottime = NULL; in efi_exit_boot_services()
[all …]
A Dhelloworld.c182 struct efi_system_table *systab) in efi_main() argument
189 systable = systab; in efi_main()
A Defi_bootmgr.c293 bs = systab.boottime; in efi_bootmgr_load()
294 rs = systab.runtime; in efi_bootmgr_load()
A Dboothart.c301 struct efi_system_table *systab) in efi_main() argument
307 systable = systab; in efi_main()
A Defi_runtime.c839 if ((map_start <= (uintptr_t)systab.tables) && in efi_set_virtual_address_map()
840 (map_end >= (uintptr_t)systab.tables)) { in efi_set_virtual_address_map()
841 char *ptr = (char *)systab.tables; in efi_set_virtual_address_map()
844 systab.tables = (struct efi_configuration_table *)ptr; in efi_set_virtual_address_map()
A Dinitrddump.c470 struct efi_system_table *systab) in efi_main() argument
475 systable = systab; in efi_main()
A Ddtbdump.c501 struct efi_system_table *systab) in efi_main() argument
504 systable = systab; in efi_main()
A Defi_tcg2.c2034 for (i = 0; i < systab.nr_tables; i++) { in find_smbios_table()
2035 if (!guidcmp(&smbios_guid, &systab.tables[i].guid)) in find_smbios_table()
2036 return systab.tables[i].table; in find_smbios_table()
2096 ret = EFI_CALL(systab.boottime->locate_device_path(&efi_block_io_guid, in tcg2_measure_gpt_data()
/u-boot/lib/efi_selftest/
A Defi_selftest.c253 struct efi_system_table *systab) in efi_selftest() argument
260 st_systable = systab; in efi_selftest()
/u-boot/include/
A Defi.h658 void efi_show_tables(struct efi_system_table *systab);
A Defi_loader.h246 extern struct efi_system_table systab;
868 struct efi_system_table *systab);
A Defi_api.h524 struct efi_system_table *systab);

Completed in 58 milliseconds