Searched refs:sys_table (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 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() 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 …]
|
D | fdt.c | 19 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() 186 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, in allocate_new_fdt_and_exit_boot() argument 209 status = efi_get_memory_map(sys_table, &runtime_map, &map_size, in allocate_new_fdt_and_exit_boot() 212 pr_efi_err(sys_table, "Unable to retrieve UEFI memory map.\n"); in allocate_new_fdt_and_exit_boot() 216 pr_efi(sys_table, in allocate_new_fdt_and_exit_boot() 226 status = efi_high_alloc(sys_table, new_fdt_size, EFI_FDT_ALIGN, in allocate_new_fdt_and_exit_boot() 229 pr_efi_err(sys_table, "Unable to allocate memory for new device tree.\n"); in allocate_new_fdt_and_exit_boot() [all …]
|
D | efistub.h | 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);
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 19 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.1.27/arch/arm64/kernel/ |
D | efi-stub.c | 16 efi_status_t __init handle_kernel_image(efi_system_table_t *sys_table, in handle_kernel_image() argument 31 status = efi_low_alloc(sys_table, kernel_memsize + TEXT_OFFSET, in handle_kernel_image() 34 pr_efi_err(sys_table, "Failed to relocate kernel\n"); in handle_kernel_image()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 258 static struct ctl_table sys_table[] = { variable 280 register_sysctl_table(sys_table); in machine_crash_setup()
|
/linux-4.1.27/include/linux/ |
D | efi.h | 1214 #define pr_efi(sys_table, msg) efi_printk(sys_table, "EFI stub: "msg) argument 1215 #define pr_efi_err(sys_table, msg) efi_printk(sys_table, "EFI stub: ERROR: "msg) argument
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 2833 static struct ctl_table sys_table[] = { variable 2849 register_sysctl_table(sys_table); in dquot_init()
|