/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efistub.h | 37 void efi_char16_printk(efi_system_table_t *, efi_char16_t *); 39 unsigned long get_dram_base(efi_system_table_t *sys_table_arg); 41 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, 50 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size); 56 efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table, 59 efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg, 63 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg); 65 efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg);
|
D | arm32-stub.c | 14 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() 33 struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg) in alloc_screen_info() 59 void free_screen_info(efi_system_table_t *sys_table_arg, struct screen_info *si) in free_screen_info() 68 static efi_status_t reserve_kernel_base(efi_system_table_t *sys_table_arg, in reserve_kernel_base() 194 efi_status_t handle_kernel_image(efi_system_table_t *sys_table, in handle_kernel_image()
|
D | efi-stub-helper.c | 54 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk() 80 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() 131 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base() 168 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc() 263 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc() 341 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, in efi_free() 353 static efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, in efi_file_size() 416 static efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, in efi_open_volume() 502 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg, in handle_cmdline_files() 689 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, in efi_relocate_kernel() [all …]
|
D | tpm.c | 41 void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) in efi_enable_reset_attack_mitigation() 62 static void efi_retrieve_tpm2_eventlog_1_2(efi_system_table_t *sys_table_arg) in efi_retrieve_tpm2_eventlog_1_2() 132 void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table_arg) in efi_retrieve_tpm2_eventlog()
|
D | fdt.c | 22 static void fdt_update_cell_size(efi_system_table_t *sys_table, void *fdt) in fdt_update_cell_size() 35 static efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt, in update_fdt() 217 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func() 251 efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, in allocate_new_fdt_and_exit_boot() 365 void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size) in get_fdt()
|
D | gop.c | 89 __gop_query32(efi_system_table_t *sys_table_arg, in __gop_query32() 113 setup_gop32(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop32() 207 __gop_query64(efi_system_table_t *sys_table_arg, in __gop_query64() 231 setup_gop64(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop64() 327 efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, in efi_setup_gop()
|
D | random.c | 23 efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table_arg, in efi_get_random_bytes() 72 efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg, in efi_random_alloc() 148 efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg) in efi_random_get_seed()
|
D | arm-stub.c | 43 void efi_char16_printk(efi_system_table_t *sys_table_arg, in efi_char16_printk() 52 static struct screen_info *setup_graphics(efi_system_table_t *sys_table_arg) in setup_graphics() 78 efi_status_t handle_kernel_image(efi_system_table_t *sys_table, 91 unsigned long efi_entry(void *handle, efi_system_table_t *sys_table, in efi_entry()
|
D | arm64-stub.c | 28 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() 47 efi_status_t handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image()
|
D | secureboot.c | 37 enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg) in efi_get_secureboot()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 754 } efi_system_table_t; typedef 826 efi_system_table_t *system_table; 940 efi_system_table_t *systab; /* EFI system table */ 1528 void efi_printk(efi_system_table_t *sys_table_arg, char *str); 1530 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, 1533 char *efi_convert_cmdline(efi_system_table_t *sys_table_arg, 1536 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, 1539 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, 1543 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, 1547 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, [all …]
|
/Linux-v4.19/arch/arm/include/asm/ |
D | efi.h | 67 struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg); 68 void free_screen_info(efi_system_table_t *sys_table, struct screen_info *si);
|
/Linux-v4.19/arch/x86/xen/ |
D | efi.c | 33 static efi_system_table_t efi_systab_xen __initdata = { 57 static efi_system_table_t __init *xen_efi_probe(void) in xen_efi_probe() 175 efi_system_table_t *efi_systab_xen; in xen_efi_init()
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 21 static efi_system_table_t *sys_table; 44 void efi_char16_printk(efi_system_table_t *table, efi_char16_t *str) in efi_char16_printk() 400 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params() 644 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func() 740 efi_system_table_t *_table; in efi_main() 744 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | arm-init.c | 97 sizeof(efi_system_table_t)); in uefi_init() 153 early_memunmap(efi.systab, sizeof(efi_system_table_t)); in uefi_init()
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi.c | 59 static efi_system_table_t efi_systab __initdata; 491 efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab; in efi_init() 493 efi_phys.systab = (efi_system_table_t *) in efi_init() 652 efi.systab = (efi_system_table_t *)(unsigned long)systab; in get_systab_virt_addr()
|
/Linux-v4.19/arch/ia64/hp/sim/boot/ |
D | fw-emu.c | 32 + sizeof(efi_system_table_t) 235 efi_system_table_t *efi_systab; in sys_fw_init()
|
/Linux-v4.19/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-v4.19/Documentation/x86/ |
D | boot.txt | 1116 efi_main(void *handle, efi_system_table_t *table, struct boot_params *bp)
|