Searched refs:efi_system_table (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/firmware/efi/ |
D | efi-init.c | 81 static int __init uefi_init(u64 efi_system_table) in uefi_init() argument 88 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t)); in uefi_init() 205 u64 efi_system_table; in efi_init() local 208 efi_system_table = efi_get_fdt_params(&data); in efi_init() 209 if (!efi_system_table) in efi_init() 225 if (uefi_init(efi_system_table) < 0) { in efi_init()
|
/Linux-v6.6/drivers/firmware/efi/libstub/ |
D | efi-stub-entry.c | 37 WRITE_ONCE(efi_system_table, systab); in efi_pe_entry() 40 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
|
D | x86-stub.c | 24 const efi_system_table_t *efi_system_table; variable 315 efi_table_attr(efi_system_table, fw_vendor); in setup_quirks() 460 efi_system_table = sys_table_arg; in efi_pe_entry() 463 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry() 720 efi_set_u64_split((unsigned long)efi_system_table, in exit_boot_func() 854 efi_system_table = sys_table_arg; in efi_stub_entry() 856 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
|
D | systable.c | 8 const efi_system_table_t *efi_system_table; variable
|
D | loongarch.c | 79 (unsigned long)efi_system_table); in efi_boot_kernel()
|
D | fdt.c | 97 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()
|
D | efi-stub-helper.c | 442 unsigned long tables = efi_table_attr(efi_system_table, tables); in get_efi_config_table() 443 int nr_tables = efi_table_attr(efi_system_table, nr_tables); in get_efi_config_table() 629 con_in = efi_table_attr(efi_system_table, con_in); in efi_wait_for_key()
|
D | printk.c | 22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
|
D | zboot.c | 74 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
|
D | efistub.h | 42 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-v6.6/arch/loongarch/kernel/ |
D | env.c | 16 u64 efi_system_table; variable 34 efi_system_table = fw_arg2; in init_environ()
|
D | efi.c | 96 if (!efi_system_table) in efi_init() 99 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | bootinfo.h | 38 extern u64 efi_system_table;
|