Searched defs:sys_table (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/firmware/efi/libstub/ |
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()
|
D | arm-stub.c | 168 unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, in efi_entry()
|
/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()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | crash.c | 258 static struct ctl_table sys_table[] = { variable
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 19 static efi_system_table_t *sys_table; variable 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()
|
/linux-4.1.27/fs/quota/ |
D | dquot.c | 2833 static struct ctl_table sys_table[] = { variable
|
/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
|