Searched refs:systab (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | efi_runtime.c | 173 .ptr = &systab.con_in, 177 .ptr = &systab.con_out, 181 .ptr = &systab.std_err, 185 .ptr = &systab.boottime,
|
| H A D | efi_boottime.c | 686 struct efi_configuration_table *end = &efi_conf_table[systab.nr_tables]; in efi_remove_configuration_table() 689 systab.nr_tables--; in efi_remove_configuration_table() 697 for (i = 0; i < systab.nr_tables; i++) { in efi_install_configuration_table() 717 systab.nr_tables = i + 1; in efi_install_configuration_table() 824 entry(image_handle, &systab); in efi_start_image() 1292 struct efi_system_table __efi_runtime_data systab = { variable
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | reloc_x86_64_efi.c | 19 struct efi_system_table *systab) in _relocate() argument
|
| H A D | reloc_ia32_efi.c | 17 struct efi_system_table *systab) in _relocate() argument
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | reloc_arm_efi.c | 19 struct efi_system_table *systab) in _relocate() argument
|
| H A D | reloc_aarch64_efi.c | 42 struct efi_system_table *systab) in _relocate() argument
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | bootefi.c | 201 (ulong)&systab, 0, (ulong)efi_run_in_el2, in do_bootefi_exec() 209 ret = efi_do_enter(&loaded_image_info, &systab, entry); in do_bootefi_exec()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | efi_loader.h | 55 extern struct efi_system_table systab;
|