Home
last modified time | relevance | path

Searched refs:efi_system_table_t (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/libstub/
Defistub.h8 void efi_char16_printk(efi_system_table_t *, efi_char16_t *);
10 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, void *__image,
13 efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh,
21 unsigned long get_dram_base(efi_system_table_t *sys_table_arg);
23 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt,
31 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
40 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size);
Defi-stub-helper.c49 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk()
66 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map()
113 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base()
141 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc()
227 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc()
296 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, in efi_free()
358 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg, in handle_cmdline_files()
545 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, in efi_relocate_kernel()
657 char *efi_convert_cmdline(efi_system_table_t *sys_table_arg, in efi_convert_cmdline()
Darm-stub.c21 static int efi_secureboot_enabled(efi_system_table_t *sys_table_arg) in efi_secureboot_enabled()
45 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, in efi_open_volume()
87 efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, in efi_file_size()
139 void efi_char16_printk(efi_system_table_t *sys_table_arg, in efi_char16_printk()
155 efi_status_t handle_kernel_image(efi_system_table_t *sys_table,
168 unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, in efi_entry()
Dfdt.c19 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, in update_fdt()
177 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, in allocate_new_fdt_and_exit_boot()
317 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size) in get_fdt()
Darm64-stub.c16 efi_status_t __init handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image()
/linux-4.4.14/include/xen/
Dxen-ops.h87 extern efi_system_table_t *xen_efi_probe(void);
89 static inline efi_system_table_t __init *xen_efi_probe(void) in xen_efi_probe()
/linux-4.4.14/include/linux/
Defi.h680 } efi_system_table_t; typedef
734 efi_system_table_t *system_table;
830 efi_system_table_t *systab; /* EFI system table */
1254 void efi_printk(efi_system_table_t *sys_table_arg, char *str);
1256 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size,
1259 char *efi_convert_cmdline(efi_system_table_t *sys_table_arg,
1262 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
1269 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,
1273 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg,
1277 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg,
[all …]
/linux-4.4.14/arch/arm64/kernel/
Defi.c91 sizeof(efi_system_table_t)); in uefi_init()
140 early_memunmap(efi.systab, sizeof(efi_system_table_t)); in uefi_init()
304 sizeof(efi_system_table_t)); in arm64_enable_runtime_services()
/linux-4.4.14/arch/x86/xen/
Defi.c30 efi_system_table_t *efi_systab_xen; in xen_efi_init()
/linux-4.4.14/arch/x86/platform/efi/
Defi.c62 static efi_system_table_t efi_systab __initdata;
476 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init()
478 efi_phys.systab = (efi_system_table_t *) in efi_init()
647 efi.systab = (efi_system_table_t *)(unsigned long)systab; in get_systab_virt_addr()
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c19 static efi_system_table_t *sys_table;
52 void efi_char16_printk(efi_system_table_t *, efi_char16_t *);
160 efi_file_size(efi_system_table_t *sys_table, void *__fh, in efi_file_size()
253 efi_open_volume(efi_system_table_t *sys_table, void *__image, void **__fh) in efi_open_volume()
261 void efi_char16_printk(efi_system_table_t *table, efi_char16_t *str) in efi_char16_printk()
1080 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
1415 efi_system_table_t *_table; in efi_main()
1420 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
/linux-4.4.14/arch/ia64/hp/sim/boot/
Dfw-emu.c31 + sizeof(efi_system_table_t)
234 efi_system_table_t *efi_systab; in sys_fw_init()
/linux-4.4.14/drivers/xen/
Defi.c266 static efi_system_table_t efi_systab_xen __initdata = {
323 efi_system_table_t __init *xen_efi_probe(void) in xen_efi_probe()
/linux-4.4.14/arch/ia64/sn/kernel/
Dsetup.c156 efi_system_table_t *efi_systab; in early_sn_setup()
170 efi_systab = (efi_system_table_t *) __va(ia64_boot_param->efi_systab); in early_sn_setup()
/linux-4.4.14/Documentation/x86/
Dboot.txt1116 efi_main(void *handle, efi_system_table_t *table, struct boot_params *bp)