Searched refs:systab (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/lib/efi_driver/ |
D | efi_uclass.c | 34 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/ |
D | efi_boottime.c | 1351 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 …]
|
D | efi_runtime.c | 201 .ptr = &systab.con_in, 205 .ptr = &systab.con_out, 209 .ptr = &systab.std_err, 213 .ptr = &systab.boottime,
|
D | efi_bootmgr.c | 156 bs = systab.boottime; in efi_bootmgr_load() 157 rs = systab.runtime; in efi_bootmgr_load()
|
/external/u-boot/cmd/ |
D | bootefi.c | 345 (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/ |
D | efi_selftest.c | 227 struct efi_system_table *systab) in efi_selftest() argument 234 systable = systab; in efi_selftest()
|
/external/u-boot/arch/x86/lib/ |
D | reloc_x86_64_efi.c | 18 struct efi_system_table *systab) in _relocate() argument
|
D | reloc_ia32_efi.c | 16 struct efi_system_table *systab) in _relocate() argument
|
/external/u-boot/arch/arm/lib/ |
D | reloc_aarch64_efi.c | 42 struct efi_system_table *systab) in _relocate() argument
|
D | reloc_arm_efi.c | 18 struct efi_system_table *systab) in _relocate() argument
|
/external/u-boot/arch/riscv/lib/ |
D | reloc_riscv_efi.c | 54 struct efi_system_table *systab) in _relocate() argument
|
/external/u-boot/include/ |
D | efi_loader.h | 86 extern struct efi_system_table systab; 437 struct efi_system_table *systab);
|