Searched refs:efi_system_table (Results 1 – 11 of 11) sorted by relevance
| /drivers/firmware/efi/ |
| A D | efi-init.c | 90 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()
|
| /drivers/firmware/efi/libstub/ |
| A D | efi-stub-entry.c | 43 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()
|
| A D | intrinsics.c | 40 if (efi_table_attr(efi_system_table, boottime) == NULL) in memcpy() 51 if (efi_table_attr(efi_system_table, boottime) == NULL) in memset()
|
| A D | x86-stub.c | 26 const efi_system_table_t *efi_system_table; variable 369 unsigned long vendor = efi_table_attr(efi_system_table, fw_vendor); in efistub_fw_vendor() 644 efi_set_u64_split((unsigned long)efi_system_table, in exit_boot_func() 763 if (efi_system_table->hdr.revision <= EFI_2_00_SYSTEM_TABLE_REVISION && in efi_decompress_kernel() 819 efi_system_table = sys_table_arg; in efi_stub_entry() 821 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
|
| A D | systable.c | 8 const efi_system_table_t *efi_system_table; variable
|
| A 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()
|
| A D | loongarch.c | 83 (unsigned long)efi_system_table); in efi_boot_kernel()
|
| 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()
|
| A D | zboot.c | 42 WRITE_ONCE(efi_system_table, systab); in efi_zboot_entry()
|
| A D | printk.c | 22 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
|
| A D | efistub.h | 43 extern const efi_system_table_t *efi_system_table; 64 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__) 66 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__)
|
Completed in 21 milliseconds