Searched refs:efi_system_table (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/firmware/efi/ |
| H A D | efi-init.c | 91 static int __init uefi_init(u64 efi_system_table) in uefi_init() argument 98 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init() 236 u64 efi_system_table; in efi_init() local 239 efi_system_table = efi_get_fdt_params(&data); in efi_init() 240 if (!efi_system_table) in efi_init() 256 if (uefi_init(efi_system_table) < 0) { in efi_init()
|
| /linux/arch/loongarch/kernel/ |
| H A D | env.c | 19 u64 efi_system_table; variable 37 efi_system_table = fw_arg2; in init_environ()
|
| /linux/drivers/firmware/efi/libstub/ |
| H A D | systable.c | 8 const efi_system_table_t *efi_system_table; variable
|
| H A D | loongarch.c | 88 (unsigned long)efi_system_table); in efi_boot_kernel()
|
| H A D | printk.c | 22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
|
| H A D | efi-stub-helper.c | 490 unsigned long tables = efi_table_attr(efi_system_table, tables); in get_efi_config_table() 491 int nr_tables = efi_table_attr(efi_system_table, nr_tables); in get_efi_config_table() 679 con_in = efi_table_attr(efi_system_table, con_in); in efi_wait_for_key()
|
| H A D | efistub.h | 47 extern const efi_system_table_t *efi_system_table; 68 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__) 70 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__)
|
| /linux/arch/loongarch/include/asm/ |
| H A D | bootinfo.h | 44 extern u64 efi_system_table;
|