Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_runtime.c173 .ptr = &systab.con_in,
177 .ptr = &systab.con_out,
181 .ptr = &systab.std_err,
185 .ptr = &systab.boottime,
H A Defi_boottime.c686 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 Dreloc_x86_64_efi.c19 struct efi_system_table *systab) in _relocate() argument
H A Dreloc_ia32_efi.c17 struct efi_system_table *systab) in _relocate() argument
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreloc_arm_efi.c19 struct efi_system_table *systab) in _relocate() argument
H A Dreloc_aarch64_efi.c42 struct efi_system_table *systab) in _relocate() argument
/rk3399_rockchip-uboot/cmd/
H A Dbootefi.c201 (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 Defi_loader.h55 extern struct efi_system_table systab;