Home
last modified time | relevance | path

Searched refs:sys_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/firmware/efi/libstub/
Dfdt.c19 efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, in update_fdt() argument
35 pr_efi_err(sys_table, "Device Tree header not valid!\n"); in update_fdt()
43 pr_efi_err(sys_table, "Truncated device tree! foo!\n"); in update_fdt()
120 fdt_val64 = cpu_to_fdt64((u64)(unsigned long)sys_table); 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() argument
200 status = efi_get_memory_map(sys_table, &runtime_map, &map_size, in allocate_new_fdt_and_exit_boot()
203 pr_efi_err(sys_table, "Unable to retrieve UEFI memory map.\n"); in allocate_new_fdt_and_exit_boot()
207 pr_efi(sys_table, in allocate_new_fdt_and_exit_boot()
217 status = efi_high_alloc(sys_table, new_fdt_size, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot()
220 pr_efi_err(sys_table, "Unable to allocate memory for new device tree.\n"); in allocate_new_fdt_and_exit_boot()
[all …]
Darm-stub.c155 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() argument
188 if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_entry()
191 pr_efi(sys_table, "Booting Linux Kernel...\n"); in efi_entry()
198 status = sys_table->boottime->handle_protocol(handle, in efi_entry()
201 pr_efi_err(sys_table, "Failed to get loaded image protocol\n"); in efi_entry()
205 dram_base = get_dram_base(sys_table); in efi_entry()
207 pr_efi_err(sys_table, "Failed to find DRAM base\n"); in efi_entry()
210 status = handle_kernel_image(sys_table, image_addr, &image_size, in efi_entry()
215 pr_efi_err(sys_table, "Failed to relocate kernel\n"); in efi_entry()
[all …]
Defistub.h23 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);
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c19 static efi_system_table_t *sys_table; variable
34 table = (typeof(table))sys_table; \
67 efi_printk(sys_table, "Failed to open file: "); in __file_size32()
68 efi_char16_printk(sys_table, filename_16); in __file_size32()
69 efi_printk(sys_table, "\n"); in __file_size32()
79 efi_printk(sys_table, "Failed to get file info size\n"); in __file_size32()
87 efi_printk(sys_table, "Failed to alloc mem for file info\n"); in __file_size32()
102 efi_printk(sys_table, "Failed to get initrd info\n"); in __file_size32()
120 efi_printk(sys_table, "Failed to open file: "); in __file_size64()
121 efi_char16_printk(sys_table, filename_16); in __file_size64()
[all …]
/linux-4.4.14/arch/ia64/kernel/
Dcrash.c258 static struct ctl_table sys_table[] = { variable
280 register_sysctl_table(sys_table); in machine_crash_setup()
/linux-4.4.14/include/linux/
Defi.h1251 #define pr_efi(sys_table, msg) efi_printk(sys_table, "EFI stub: "msg) argument
1252 #define pr_efi_err(sys_table, msg) efi_printk(sys_table, "EFI stub: ERROR: "msg) argument
/linux-4.4.14/fs/quota/
Ddquot.c2871 static struct ctl_table sys_table[] = { variable
2887 register_sysctl_table(sys_table); in dquot_init()