Home
last modified time | relevance | path

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

/external/u-boot/lib/efi_driver/
Defi_uclass.c34 r = EFI_CALL(systab.boottime->open_protocol( in check_node_type()
68 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_supported()
85 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_supported()
117 ret = EFI_CALL(systab.boottime->open_protocol( in efi_uc_start()
133 r = EFI_CALL(systab.boottime->close_protocol( in efi_uc_start()
163 ret = EFI_CALL(systab.boottime->close_protocol( in disconnect_child()
170 ret = EFI_CALL(systab.boottime->uninstall_protocol_interface( in disconnect_child()
216 ret = EFI_CALL(systab.boottime->open_protocol_information( in efi_uc_stop()
231 ret = EFI_CALL(systab.boottime->free_pool(entry_buffer)); in efi_uc_stop()
237 ret = EFI_CALL(systab.boottime->close_protocol( in efi_uc_stop()
/external/u-boot/lib/efi_loader/
Defi_boottime.c1351 struct efi_configuration_table *end = &efi_conf_table[systab.nr_tables]; in efi_remove_configuration_table()
1354 systab.nr_tables--; in efi_remove_configuration_table()
1378 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table()
1398 systab.nr_tables = i + 1; in efi_install_configuration_table()
1624 info->system_table = &systab; in efi_load_image()
1690 ret = EFI_CALL(entry(image_handle, &systab)); in efi_start_image()
1698 return EFI_CALL(systab.boottime->exit(image_handle, ret, 0, NULL)); in efi_start_image()
1813 if (!systab.boottime) in efi_exit_boot_services()
1842 systab.con_in_handle = NULL; in efi_exit_boot_services()
1843 systab.con_in = NULL; in efi_exit_boot_services()
[all …]
Defi_runtime.c201 .ptr = &systab.con_in,
205 .ptr = &systab.con_out,
209 .ptr = &systab.std_err,
213 .ptr = &systab.boottime,
Defi_bootmgr.c156 bs = systab.boottime; in efi_bootmgr_load()
157 rs = systab.runtime; in efi_bootmgr_load()
/external/u-boot/cmd/
Dbootefi.c345 (ulong)&systab, 0, (ulong)efi_run_in_el2, in do_bootefi_exec()
353 ret = efi_do_enter(loaded_image_info_obj.handle, &systab, entry); in do_bootefi_exec()
463 r = efi_selftest(loaded_image_info_obj.handle, &systab); in do_bootefi()
/external/u-boot/lib/efi_selftest/
Defi_selftest.c227 struct efi_system_table *systab) in efi_selftest() argument
234 systable = systab; in efi_selftest()
/external/u-boot/arch/x86/lib/
Dreloc_x86_64_efi.c18 struct efi_system_table *systab) in _relocate() argument
Dreloc_ia32_efi.c16 struct efi_system_table *systab) in _relocate() argument
/external/u-boot/arch/arm/lib/
Dreloc_aarch64_efi.c42 struct efi_system_table *systab) in _relocate() argument
Dreloc_arm_efi.c18 struct efi_system_table *systab) in _relocate() argument
/external/u-boot/arch/riscv/lib/
Dreloc_riscv_efi.c54 struct efi_system_table *systab) in _relocate() argument
/external/u-boot/include/
Defi_loader.h86 extern struct efi_system_table systab;
437 struct efi_system_table *systab);