Searched refs:efi_system_table_t (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | efistub.h | 8 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);
|
D | efi-stub-helper.c | 49 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()
|
D | arm-stub.c | 21 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()
|
D | fdt.c | 19 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()
|
D | arm64-stub.c | 16 efi_status_t __init handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image()
|
/linux-4.4.14/include/xen/ |
D | xen-ops.h | 87 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/ |
D | efi.h | 680 } 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/ |
D | efi.c | 91 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/ |
D | efi.c | 30 efi_system_table_t *efi_systab_xen; in xen_efi_init()
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | efi.c | 62 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/ |
D | eboot.c | 19 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/ |
D | fw-emu.c | 31 + sizeof(efi_system_table_t) 234 efi_system_table_t *efi_systab; in sys_fw_init()
|
/linux-4.4.14/drivers/xen/ |
D | efi.c | 266 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/ |
D | setup.c | 156 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/ |
D | boot.txt | 1116 efi_main(void *handle, efi_system_table_t *table, struct boot_params *bp)
|