Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/firmware/efi/
H A Defi-init.c81 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()
206 u64 efi_system_table; in efi_init() local
209 efi_system_table = efi_get_fdt_params(&data); in efi_init()
210 if (!efi_system_table) in efi_init()
226 if (uefi_init(efi_system_table) < 0) { in efi_init()
/openbmc/qemu/hw/loongarch/
H A Dboot.c77 static void init_efi_boot_memmap(struct efi_system_table *systab, in init_efi_boot_memmap()
104 static void init_efi_initrd_table(struct efi_system_table *systab, in init_efi_initrd_table()
119 static void init_efi_fdt_table(struct efi_system_table *systab) in init_efi_fdt_table()
132 struct efi_system_table *systab = p; in init_systab()
138 systab->hdr.revision = sizeof(struct efi_system_table), in init_systab()
144 p += ROUND_UP(sizeof(struct efi_system_table), 64 * KiB); in init_systab()
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_watchdog.c71 const struct efi_system_table *systable) in setup()
104 const struct efi_system_table *systable) in setup_timer()
118 const struct efi_system_table *systable) in setup_reboot()
H A Defi_selftest_crc32.c14 const struct efi_system_table *st;
73 const struct efi_system_table *systable) in setup()
H A Defi_selftest_miniapp_return.c22 struct efi_system_table *systable) in efi_main()
H A Defi_selftest_miniapp_exit.c22 struct efi_system_table *systable) in efi_main()
H A Defi_selftest_config_table.c13 static const struct efi_system_table *sys_table;
73 const struct efi_system_table *systable) in setup()
H A Defi_selftest_rtc.c24 const struct efi_system_table *systable) in setup()
H A Defi_selftest_exitbootservices.c40 const struct efi_system_table *systable) in setup()
H A Defi_selftest.c16 static const struct efi_system_table *systable;
228 struct efi_system_table *systab) in efi_selftest()
H A Defi_selftest_textinput.c27 const struct efi_system_table *systable) in setup()
H A Defi_selftest_gop.c24 const struct efi_system_table *systable) in setup()
H A Defi_selftest_loaded_image.c25 const struct efi_system_table *systable) in setup()
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defi-stub-entry.c37 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()
H A Dsystable.c8 const efi_system_table_t *efi_system_table; variable
H A Dx86-stub.c26 const efi_system_table_t *efi_system_table; variable
329 unsigned long vendor = efi_table_attr(efi_system_table, fw_vendor); in efistub_fw_vendor()
483 efi_system_table = sys_table_arg; in efi_pe_entry()
486 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_pe_entry()
717 efi_set_u64_split((unsigned long)efi_system_table, in exit_boot_func()
833 if (efi_system_table->hdr.revision <= EFI_2_00_SYSTEM_TABLE_REVISION && in efi_decompress_kernel()
888 efi_system_table = sys_table_arg; in efi_stub_entry()
890 if (efi_system_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_stub_entry()
H A Dloongarch.c81 (unsigned long)efi_system_table); in efi_boot_kernel()
/openbmc/linux/arch/loongarch/kernel/
H A Denv.c16 u64 efi_system_table; variable
34 efi_system_table = fw_arg2; in init_environ()
H A Defi.c102 if (!efi_system_table) in efi_init()
105 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab)); in efi_init()
/openbmc/u-boot/lib/efi/
H A Defi_app.c25 struct efi_system_table *efi_get_sys_table(void) in efi_get_sys_table()
102 struct efi_system_table *sys_table) in efi_main()
/openbmc/u-boot/drivers/serial/
H A Dserial_efi.c115 struct efi_system_table *sys_table = efi_get_sys_table(); in _debug_uart_putc()
127 struct efi_system_table *table = efi_get_sys_table(); in serial_efi_probe()
/openbmc/u-boot/include/
H A Defi.h364 struct efi_system_table *sys_table;
406 struct efi_system_table *efi_get_sys_table(void);
426 struct efi_system_table *sys_table);
H A Defi_selftest.h138 const struct efi_system_table *systable);
H A Defi_loader.h97 extern struct efi_system_table systab;
218 struct efi_system_table *st);
522 struct efi_system_table *systab);
/openbmc/linux/arch/loongarch/include/asm/
H A Dbootinfo.h38 extern u64 efi_system_table;

123