Searched defs:sys_table_arg (Results 1 – 11 of 11) sorted by relevance
/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() 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 | 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()
|
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 | 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 | 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 | 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()
|
D | secureboot.c | 37 enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg) in efi_get_secureboot()
|
D | fdt.c | 217 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func()
|
/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()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 1582 efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) { } in efi_enable_reset_attack_mitigation()
|