Searched refs:sys_table_arg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | arm-stub.c | 21 static int efi_secureboot_enabled(efi_system_table_t *sys_table_arg) in efi_secureboot_enabled() argument 27 efi_get_variable_t *f_getvar = sys_table_arg->runtime->get_variable; in efi_secureboot_enabled() 45 efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, in efi_open_volume() argument 55 status = sys_table_arg->boottime->handle_protocol(handle, in efi_open_volume() 58 efi_printk(sys_table_arg, "Failed to handle fs_proto\n"); in efi_open_volume() 64 efi_printk(sys_table_arg, "Failed to open volume\n"); in efi_open_volume() 87 efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, in efi_file_size() argument 98 efi_printk(sys_table_arg, "Failed to open file: "); in efi_file_size() 99 efi_char16_printk(sys_table_arg, filename_16); in efi_file_size() 100 efi_printk(sys_table_arg, "\n"); in efi_file_size() [all …]
|
D | efi-stub-helper.c | 49 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk() argument 59 efi_char16_printk(sys_table_arg, nl); in efi_printk() 62 efi_char16_printk(sys_table_arg, ch); in efi_printk() 66 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() argument 113 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base() argument 121 status = efi_get_memory_map(sys_table_arg, (efi_memory_desc_t **)&map.map, in get_dram_base() 141 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc() argument 152 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_high_alloc() 227 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc() argument 237 status = efi_get_memory_map(sys_table_arg, &map, &map_size, &desc_size, in efi_low_alloc() [all …]
|
D | arm64-stub.c | 16 efi_status_t __init handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image() argument 63 status = efi_low_alloc(sys_table_arg, kernel_memsize, in handle_kernel_image() 67 pr_efi_err(sys_table_arg, "Failed to relocate kernel\n"); in handle_kernel_image()
|
D | efistub.h | 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);
|
/linux-4.4.14/include/linux/ |
D | efi.h | 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, 1284 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg,
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | efi.h | 49 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__)
|