Home
last modified time | relevance | path

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

12

/openbmc/u-boot/lib/efi_loader/
H A Dhelloworld.c28 struct efi_system_table *systable) in efi_main() argument
30 struct efi_simple_text_output_protocol *con_out = systable->con_out; in efi_main()
31 struct efi_boot_services *boottime = systable->boottime; in efi_main()
41 rev[0] = (systable->hdr.revision >> 16) + '0'; in efi_main()
42 rev[4] = systable->hdr.revision & 0xffff; in efi_main()
66 for (i = 0; i < systable->nr_tables; ++i) { in efi_main()
67 if (!memcmp(&systable->tables[i].guid, &fdt_guid, in efi_main()
71 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in efi_main()
75 if (!memcmp(&systable->tables[i].guid, &smbios_guid, in efi_main()
/openbmc/u-boot/lib/efi_selftest/
H 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()
H A Defi_selftest.c16 static const struct efi_system_table *systable; variable
83 ret = test->setup(handle, systable); in setup()
235 systable = systab; in efi_selftest()
236 boottime = systable->boottime; in efi_selftest()
237 runtime = systable->runtime; in efi_selftest()
239 con_out = systable->con_out; in efi_selftest()
240 con_in = systable->con_in; in efi_selftest()
H A Defi_selftest_fdt.c126 const struct efi_system_table *systable) in setup() argument
130 boottime = systable->boottime; in setup()
133 for (i = 0; i < systable->nr_tables; ++i) { in setup()
134 if (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
136 fdt = systable->tables[i].table; in setup()
H A Defi_selftest_miniapp_exit.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()
29 systable->boottime->exit(handle, EFI_UNSUPPORTED, 0, NULL); in efi_main()
H 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 (!efi_st_memcmp(&systable->tables[i].guid, &fdt_guid, in setup()
42 fdt_addr = (uintptr_t)systable->tables[i].table; in setup()
H A Defi_selftest_crc32.c73 const struct efi_system_table *systable) in setup() argument
78 st = systable; in setup()
79 bs_crc32 = systable->boottime->calculate_crc32; in setup()
H 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()
H A Defi_selftest_rtc.c24 const struct efi_system_table *systable) in setup() argument
26 runtime = systable->runtime; in setup()
H A Defi_selftest_exitbootservices.c40 const struct efi_system_table *systable) in setup() argument
44 boottime = systable->boottime; in setup()
H A Defi_selftest_textinput.c27 const struct efi_system_table *systable) in setup() argument
29 boottime = systable->boottime; in setup()
H 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()
H A Defi_selftest_gop.c24 const struct efi_system_table *systable) in setup() argument
28 boottime = systable->boottime; in setup()
H A Defi_selftest_loaded_image.c25 const struct efi_system_table *systable) in setup() argument
27 boottime = systable->boottime; in setup()
H A Defi_selftest_config_table.c73 const struct efi_system_table *systable) in setup() argument
75 sys_table = systable; in setup()
76 boottime = systable->boottime; in setup()
H A Defi_selftest_event_groups.c44 const struct efi_system_table *systable) in setup() argument
46 boottime = systable->boottime; in setup()
H A Defi_selftest_startimage_return.c85 const struct efi_system_table *systable) in setup() argument
88 boottime = systable->boottime; in setup()
H A Defi_selftest_startimage_exit.c85 const struct efi_system_table *systable) in setup() argument
88 boottime = systable->boottime; in setup()
H A Defi_selftest_textinputex.c51 const struct efi_system_table *systable) in setup() argument
66 boottime = systable->boottime; in setup()
H A Defi_selftest_events.c45 const struct efi_system_table *systable) in setup() argument
49 boottime = systable->boottime; in setup()
H A Defi_selftest_tpl.c43 const struct efi_system_table *systable) in setup() argument
47 boottime = systable->boottime; in setup()
H A Defi_selftest_unicode_collation.c27 const struct efi_system_table *systable) in setup() argument
31 boottime = systable->boottime; in setup()
H A Defi_selftest_devicepath_util.c28 const struct efi_system_table *systable) in setup() argument
32 boottime = systable->boottime; in setup()
H A Defi_selftest_manageprotocols.c77 const struct efi_system_table *systable) in setup() argument
82 boottime = systable->boottime; in setup()
/openbmc/u-boot/include/
H A Defi_selftest.h138 const struct efi_system_table *systable);

12