Home
last modified time | relevance | path

Searched defs:sys_table_arg (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-4.19/drivers/firmware/efi/libstub/
Defi-stub-helper.c59 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk()
85 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map()
136 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base()
173 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc()
268 efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg, in efi_low_alloc()
346 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, in efi_free()
358 static efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, in efi_file_size()
421 static efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, in efi_open_volume()
512 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg, in handle_cmdline_files()
699 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, in efi_relocate_kernel()
[all …]
Darm32-stub.c14 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()
Dtpm.c41 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()
Darm64-stub.c28 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()
Drandom.c23 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()
Dgop.c89 setup_gop32(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop32()
186 setup_gop64(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop64()
285 efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, in efi_setup_gop()
Darm-stub.c43 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()
Dsecureboot.c37 enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg) in efi_get_secureboot()
Dfdt.c221 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func()
/kernel/linux/linux-4.19/arch/arm64/include/asm/
Defi.h98 static inline void free_screen_info(efi_system_table_t *sys_table_arg, in free_screen_info()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
Dx86-stub.c356 efi_system_table_t *sys_table_arg) in efi_pe_entry()
670 efi_system_table_t *sys_table_arg, in efi_main()
Defi-stub.c118 efi_system_table_t *sys_table_arg) in efi_pe_entry()
/kernel/linux/linux-4.19/arch/x86/boot/compressed/
Deboot.c677 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func()
/kernel/linux/linux-4.19/include/linux/
Defi.h1591 efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) { } in efi_enable_reset_attack_mitigation()