/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 54 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk() argument 64 efi_char16_printk(sys_table_arg, nl); in efi_printk() 67 efi_char16_printk(sys_table_arg, ch); in efi_printk() 80 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() argument 131 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base() argument 147 status = efi_get_memory_map(sys_table_arg, &boot_map); in get_dram_base() 168 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc() argument 187 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_high_alloc() 263 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc() argument 281 status = efi_get_memory_map(sys_table_arg, &boot_map); in efi_low_alloc() [all …]
|
D | arm64-stub.c | 28 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() argument 39 pr_efi_err(sys_table_arg, "This 64 KB granular kernel is not supported by your CPU\n"); in check_platform_features() 41 pr_efi_err(sys_table_arg, "This 16 KB granular kernel is not supported by your CPU\n"); in check_platform_features() 47 efi_status_t handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image() argument 63 status = efi_get_random_bytes(sys_table_arg, in handle_kernel_image() 67 pr_efi(sys_table_arg, "EFI_RNG_PROTOCOL unavailable, no randomness supplied\n"); in handle_kernel_image() 69 pr_efi_err(sys_table_arg, "efi_get_random_bytes() failed\n"); in handle_kernel_image() 73 pr_efi(sys_table_arg, "KASLR disabled on kernel command line\n"); in handle_kernel_image() 115 status = efi_random_alloc(sys_table_arg, *reserve_size, in handle_kernel_image() 146 status = efi_low_alloc(sys_table_arg, *reserve_size, in handle_kernel_image() [all …]
|
D | arm32-stub.c | 14 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() argument 25 pr_efi_err(sys_table_arg, "This LPAE kernel is not supported by your CPU\n"); in check_platform_features() 33 struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg) in alloc_screen_info() argument 59 void free_screen_info(efi_system_table_t *sys_table_arg, struct screen_info *si) in free_screen_info() argument 68 static efi_status_t reserve_kernel_base(efi_system_table_t *sys_table_arg, in reserve_kernel_base() argument 126 status = efi_get_memory_map(sys_table_arg, &map); in reserve_kernel_base() 128 pr_efi_err(sys_table_arg, in reserve_kernel_base() 166 pr_efi_err(sys_table_arg, in reserve_kernel_base()
|
D | tpm.c | 41 void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) in efi_enable_reset_attack_mitigation() argument 62 static void efi_retrieve_tpm2_eventlog_1_2(efi_system_table_t *sys_table_arg) in efi_retrieve_tpm2_eventlog_1_2() argument 112 efi_printk(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() argument 135 efi_retrieve_tpm2_eventlog_1_2(sys_table_arg); in efi_retrieve_tpm2_eventlog()
|
D | efistub.h | 39 unsigned long get_dram_base(efi_system_table_t *sys_table_arg); 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 | gop.c | 89 __gop_query32(efi_system_table_t *sys_table_arg, in __gop_query32() argument 113 setup_gop32(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop32() argument 150 status = __gop_query32(sys_table_arg, gop32, &info, &size, in setup_gop32() 207 __gop_query64(efi_system_table_t *sys_table_arg, in __gop_query64() argument 231 setup_gop64(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop64() argument 268 status = __gop_query64(sys_table_arg, gop64, &info, &size, in setup_gop64() 327 efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, in efi_setup_gop() argument 346 status = setup_gop64(sys_table_arg, si, proto, size, in efi_setup_gop() 349 status = setup_gop32(sys_table_arg, si, proto, size, in efi_setup_gop()
|
D | secureboot.c | 37 enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg) in efi_get_secureboot() argument 77 pr_efi(sys_table_arg, "UEFI Secure Boot is enabled.\n"); in efi_get_secureboot() 81 pr_efi_err(sys_table_arg, "Could not determine UEFI Secure Boot status.\n"); in efi_get_secureboot()
|
D | random.c | 23 efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table_arg, in efi_get_random_bytes() argument 72 efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg, in efi_random_alloc() argument 92 status = efi_get_memory_map(sys_table_arg, &map); in efi_random_alloc() 148 efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg) in efi_random_get_seed() argument
|
D | arm-stub.c | 43 void efi_char16_printk(efi_system_table_t *sys_table_arg, in efi_char16_printk() argument 48 out = (struct efi_simple_text_output_protocol *)sys_table_arg->con_out; in efi_char16_printk() 52 static struct screen_info *setup_graphics(efi_system_table_t *sys_table_arg) in setup_graphics() argument 64 si = alloc_screen_info(sys_table_arg); in setup_graphics() 67 efi_setup_gop(sys_table_arg, si, &gop_proto, size); in setup_graphics()
|
D | fdt.c | 217 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func() argument
|
/Linux-v4.19/arch/arm/include/asm/ |
D | efi.h | 56 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) 58 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) 67 struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg);
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | efi.h | 85 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) 87 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__)
|
/Linux-v4.19/include/linux/ |
D | efi.h | 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, 1554 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg, 1563 efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, 1579 void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg); [all …]
|
/Linux-v4.19/arch/x86/boot/compressed/ |
D | eboot.c | 644 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func() argument 672 p->efi->efi_systab = (unsigned long)sys_table_arg; in exit_boot_func() 679 p->efi->efi_systab_hi = (unsigned long)sys_table_arg >> 32; in exit_boot_func()
|