Home
last modified time | relevance | path

Searched refs:systable (Results 1 – 25 of 45) sorted by relevance

12

/u-boot/lib/efi_selftest/
A Defi_selftest_miniapp_exit.c27 (efi_handle_t image_handle, struct efi_system_table *systable) in check_loaded_image_protocol() argument
29 struct efi_simple_text_output_protocol *cout = systable->con_out; in check_loaded_image_protocol()
30 struct efi_boot_services *boottime = systable->boottime; in check_loaded_image_protocol()
66 struct efi_system_table *systable) in efi_main() argument
68 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
74 if (check_loaded_image_protocol(handle, systable) != EFI_SUCCESS) { in efi_main()
84 systable->boottime->exit(handle, ret, sizeof(text), text); in efi_main()
A Defi_selftest_watchdog.c71 const struct efi_system_table *systable) in setup() argument
75 boottime = systable->boottime; in setup()
104 const struct efi_system_table *systable) in setup_timer() argument
107 return setup(handle, systable); in setup_timer()
118 const struct efi_system_table *systable) in setup_reboot() argument
121 return setup(handle, systable); in setup_reboot()
A Defi_selftest_miniapp_return.c22 struct efi_system_table *systable) in efi_main() argument
24 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
A Defi_selftest_memory.c29 const struct efi_system_table *systable) in setup() argument
33 boottime = systable->boottime; in setup()
35 for (i = 0; i < systable->nr_tables; ++i) { in setup()
36 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
A Defi_selftest_miniapp_exception.c21 struct efi_system_table *systable) in efi_main() argument
23 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
A Defi_selftest.c17 static const struct efi_system_table *systable; variable
87 ret = test->setup(handle, systable); in setup()
260 systable = systab; in efi_selftest()
261 boottime = systable->boottime; in efi_selftest()
262 runtime = systable->runtime; in efi_selftest()
264 con_out = systable->con_out; in efi_selftest()
265 con_in = systable->con_in; in efi_selftest()
A Defi_selftest_variables_runtime.c28 const struct efi_system_table *systable) in setup() argument
30 boottime = systable->boottime; in setup()
31 runtime = systable->runtime; in setup()
A Defi_selftest_reset.c23 const struct efi_system_table *systable) in setup() argument
25 runtime = systable->runtime; in setup()
A Defi_selftest_crc32.c74 const struct efi_system_table *systable) in setup() argument
79 st = systable; in setup()
80 bs_crc32 = systable->boottime->calculate_crc32; in setup()
A Ddtbdump.c29 static struct efi_system_table *systable; variable
182 void *get_dtb(struct efi_system_table *systable) in get_dtb() argument
187 for (i = 0; i < systable->nr_tables; ++i) { in get_dtb()
188 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in get_dtb()
190 dtb = systable->tables[i].table; in get_dtb()
433 dtb = get_dtb(systable); in do_save()
504 systable = systab; in efi_main()
505 cerr = systable->std_err; in efi_main()
506 cout = systable->con_out; in efi_main()
507 cin = systable->con_in; in efi_main()
[all …]
A Defi_selftest_exitbootservices.c40 const struct efi_system_table *systable) in setup() argument
44 boottime = systable->boottime; in setup()
A Defi_selftest_mem.c25 const struct efi_system_table *systable) in setup() argument
27 boottime = systable->boottime; in setup()
A Defi_selftest_tcg2.c24 const struct efi_system_table *systable) in efi_st_tcg2_setup() argument
26 boottime = systable->boottime; in efi_st_tcg2_setup()
A Defi_selftest_textinput.c27 const struct efi_system_table *systable) in setup() argument
29 boottime = systable->boottime; in setup()
A Defi_selftest_gop.c24 const struct efi_system_table *systable) in setup() argument
28 boottime = systable->boottime; in setup()
A Defi_selftest_loaded_image.c25 const struct efi_system_table *systable) in setup() argument
27 boottime = systable->boottime; in setup()
A Dinitrddump.c18 static struct efi_system_table *systable; variable
414 systable = systab; in efi_main()
415 cerr = systable->std_err; in efi_main()
416 cout = systable->con_out; in efi_main()
417 cin = systable->con_in; in efi_main()
418 bs = systable->boottime; in efi_main()
A Defi_selftest_rtc.c25 const struct efi_system_table *systable) in setup() argument
27 runtime = systable->runtime; in setup()
A Defi_selftest_set_virtual_address_map.c79 const struct efi_system_table *systable) in setup() argument
85 boottime = systable->boottime; in setup()
86 runtime = systable->runtime; in setup()
A Defi_selftest_rng.c26 const struct efi_system_table *systable) in setup() argument
28 boottime = systable->boottime; in setup()
A Defi_selftest_event_groups.c44 const struct efi_system_table *systable) in setup() argument
46 boottime = systable->boottime; in setup()
A Defi_selftest_variables.c32 const struct efi_system_table *systable) in setup() argument
34 boottime = systable->boottime; in setup()
35 runtime = systable->runtime; in setup()
A Defi_selftest_fdt.c170 const struct efi_system_table *systable) in setup() argument
174 systemtab = systable; in setup()
175 boottime = systable->boottime; in setup()
A Defi_selftest_startimage_return.c85 const struct efi_system_table *systable) in setup() argument
88 boottime = systable->boottime; in setup()
/u-boot/lib/efi_loader/
A Dhelloworld.c28 static struct efi_system_table *systable; variable
39 rev[0] = (systable->hdr.revision >> 16) + '0'; in print_uefi_revision()
40 rev[4] = systable->hdr.revision & 0xffff; in print_uefi_revision()
64 for (i = 0; i < systable->nr_tables; ++i) { in print_config_tables()
65 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in print_config_tables()
69 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in print_config_tables()
73 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in print_config_tables()
146 systable = systab; in efi_main()
147 boottime = systable->boottime; in efi_main()
148 con_out = systable->con_out; in efi_main()

Completed in 19 milliseconds

12