Home
last modified time | relevance | path

Searched refs:efi_system_table (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/firmware/efi/
H A Defi-init.c90 static int __init uefi_init(u64 efi_system_table) in uefi_init() argument
97 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init()
215 u64 efi_system_table; in efi_init() local
218 efi_system_table = efi_get_fdt_params(&data); in efi_init()
219 if (!efi_system_table) in efi_init()
235 if (uefi_init(efi_system_table) < 0) { in efi_init()
/linux/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c43 WRITE_ONCE(efi_system_table, systab); in efi_pe_entry()
46 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
H A Dsystable.c8 const efi_system_table_t *efi_system_table; variable
H A Dfdt.c97 fdt_val64 = cpu_to_fdt64((u64)(unsigned long)efi_system_table); in update_fdt()
301 svam = efi_system_table->runtime->set_virtual_address_map; in allocate_new_fdt_and_exit_boot()
H A Dloongarch.c83 (unsigned long)efi_system_table); in efi_boot_kernel()
H A Dprintk.c22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
H A Dzboot.c74 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
H A Defistub.h42 extern const efi_system_table_t *efi_system_table;
63 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
65 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__)
/linux/arch/loongarch/kernel/
H A Denv.c19 u64 efi_system_table; variable
37 efi_system_table = fw_arg2; in init_environ()
H A Defi.c107 if (!efi_system_table) in efi_init()
110 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
/linux/arch/loongarch/include/asm/
H A Dbootinfo.h44 extern u64 efi_system_table;