Searched refs:efi_system_table_t (Results  1 – 15 of 15) sorted by relevance
| /linux-4.1.27/drivers/firmware/efi/libstub/ | 
| D | efistub.h | 12 void efi_char16_printk(efi_system_table_t *, efi_char16_t *); 14 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, void *__image, 17 efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, 25 unsigned long get_dram_base(efi_system_table_t *sys_table_arg); 27 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, 35 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, 44 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() 186 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,  in allocate_new_fdt_and_exit_boot() 326 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size)  in get_fdt()
  | 
| /linux-4.1.27/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.1.27/include/linux/ | 
| D | efi.h | 670 } efi_system_table_t;  typedef 724 	efi_system_table_t *system_table; 811 	efi_system_table_t *systab;	/* EFI system table */ 1217 void efi_printk(efi_system_table_t *sys_table_arg, char *str); 1219 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, 1222 char *efi_convert_cmdline(efi_system_table_t *sys_table_arg, 1225 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, 1232 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, 1236 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, 1240 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, [all …] 
 | 
| /linux-4.1.27/arch/arm64/kernel/ | 
| D | efi.c | 101 				    sizeof(efi_system_table_t));  in uefi_init() 146 	early_memunmap(efi.systab,  sizeof(efi_system_table_t));  in uefi_init() 303 						   sizeof(efi_system_table_t));  in arm64_enable_runtime_services()
  | 
| D | efi-stub.c | 16 efi_status_t __init handle_kernel_image(efi_system_table_t *sys_table,  in handle_kernel_image()
  | 
| /linux-4.1.27/arch/x86/xen/ | 
| D | efi.c | 30 	efi_system_table_t *efi_systab_xen;  in xen_efi_init()
  | 
| /linux-4.1.27/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() 1065 	sys_table = (efi_system_table_t *)(unsigned long)efi_early->table;  in make_boot_params() 1399 	efi_system_table_t *_table;  in efi_main() 1404 	_table = (efi_system_table_t *)(unsigned long)efi_early->table;  in efi_main()
  | 
| /linux-4.1.27/arch/x86/platform/efi/ | 
| D | efi.c | 62 static efi_system_table_t efi_systab __initdata; 452 	efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab;  in efi_init() 454 	efi_phys.systab = (efi_system_table_t *)  in efi_init() 621 		efi.systab = (efi_system_table_t *)(unsigned long)systab;  in get_systab_virt_addr()
  | 
| /linux-4.1.27/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.1.27/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.1.27/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.1.27/Documentation/x86/ | 
| D | boot.txt | 1116     efi_main(void *handle, efi_system_table_t *table, struct boot_params *bp)
  |