Searched refs:efi_system_table (Results 1 – 2 of 2) sorted by relevance
29 efi_system_table_t *efi_system_table = NULL; variable111 tables = (efi_config_table_t *)efi_system_table->tables; in efi_get_system_config_table()112 for (i = 0; i < efi_system_table->nr_tables; i++) { in efi_get_system_config_table()406 efi_system_table = sys_tab; in efi_main()
570 #define efi_bs_call(func, ...) efi_system_table->boottime->func(__VA_ARGS__)571 #define efi_rs_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__)