Searched refs:sys_table (Results 1 – 7 of 7) sorted by relevance
/u-boot/lib/efi_selftest/ |
A D | efi_selftest_config_table.c | 14 static const struct efi_system_table *sys_table; variable 76 sys_table = systable; in setup() 129 if (table_count != sys_table->nr_tables) { in execute() 131 (unsigned int)sys_table->nr_tables, in execute() 151 (unsigned int)sys_table->nr_tables, in execute() 159 table = sys_table->tables[i].table; in execute() 187 if (table_count != sys_table->nr_tables) { in execute() 189 (unsigned int)sys_table->nr_tables, in execute() 198 table = sys_table->tables[i].table; in execute() 233 (unsigned int)sys_table->nr_tables, in execute() [all …]
|
/u-boot/lib/efi/ |
A D | efi.c | 40 struct efi_simple_text_output_protocol *con = priv->sys_table->con_out; in efi_putc() 55 struct efi_system_table *sys_table) in efi_init() argument 58 struct efi_boot_services *boot = sys_table->boottime; in efi_init() 63 priv->sys_table = sys_table; in efi_init() 64 priv->boot = sys_table->boottime; in efi_init() 66 priv->run = sys_table->runtime; in efi_init()
|
A D | efi_app.c | 31 return global_priv->sys_table; in efi_get_sys_table() 106 struct efi_system_table *sys_table) in efi_main() argument 112 efi_init(priv, "App", image, sys_table); in efi_main()
|
A D | efi_stub.c | 273 struct efi_system_table *sys_table) in efi_main() argument 276 struct efi_boot_services *boot = sys_table->boottime; in efi_main() 288 ret = efi_init(priv, "Payload", image, sys_table); in efi_main() 340 table.sys_table = (ulong)sys_table; in efi_main()
|
/u-boot/drivers/serial/ |
A D | serial_efi.c | 116 struct efi_system_table *sys_table = efi_get_sys_table(); in _debug_uart_putc() local 121 sys_table->con_out->output_string(sys_table->con_out, ucode); in _debug_uart_putc()
|
/u-boot/include/ |
A D | efi.h | 367 efi_physical_addr_t sys_table; member 379 struct efi_system_table *sys_table; member 441 struct efi_system_table *sys_table);
|
/u-boot/arch/x86/cpu/efi/ |
A D | payload.c | 274 efi_info->efi_systab = (u32)(table->sys_table); in setup_efi_info() 287 efi_info->efi_systab_hi = table->sys_table >> 32; in setup_efi_info()
|
Completed in 11 milliseconds