Searched defs:sys_table_arg (Results 1 – 9 of 9) sorted by relevance
/drivers/firmware/efi/libstub/ |
D | efi-stub-helper.c | 56 void efi_printk(efi_system_table_t *sys_table_arg, char *str) in efi_printk() 82 efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg, in efi_get_memory_map() 133 unsigned long get_dram_base(efi_system_table_t *sys_table_arg) in get_dram_base() 170 efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg, in efi_high_alloc() 265 efi_status_t efi_low_alloc_above(efi_system_table_t *sys_table_arg, in efi_low_alloc_above() 338 void efi_free(efi_system_table_t *sys_table_arg, unsigned long size, in efi_free() 350 static efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh, in efi_file_size() 413 static efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg, in efi_open_volume() 504 efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg, in handle_cmdline_files() 691 efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg, in efi_relocate_kernel() [all …]
|
D | arm32-stub.c | 10 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() 29 struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg) in alloc_screen_info() 55 void free_screen_info(efi_system_table_t *sys_table_arg, struct screen_info *si) in free_screen_info() 64 static efi_status_t reserve_kernel_base(efi_system_table_t *sys_table_arg, in reserve_kernel_base()
|
D | random.c | 19 efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table_arg, in efi_get_random_bytes() 68 efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg, in efi_random_alloc() 144 efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg) in efi_random_get_seed()
|
D | arm64-stub.c | 24 efi_status_t check_platform_features(efi_system_table_t *sys_table_arg) in check_platform_features() 43 efi_status_t handle_kernel_image(efi_system_table_t *sys_table_arg, in handle_kernel_image()
|
D | arm-stub.c | 40 void efi_char16_printk(efi_system_table_t *sys_table_arg, in efi_char16_printk() 49 static struct screen_info *setup_graphics(efi_system_table_t *sys_table_arg) in setup_graphics() 69 void install_memreserve_table(efi_system_table_t *sys_table_arg) in install_memreserve_table()
|
D | gop.c | 87 setup_gop32(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop32() 184 setup_gop64(efi_system_table_t *sys_table_arg, struct screen_info *si, in setup_gop64() 283 efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg, in efi_setup_gop()
|
D | tpm.c | 39 void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) in efi_enable_reset_attack_mitigation() 60 void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table_arg) in efi_retrieve_tpm2_eventlog()
|
D | secureboot.c | 35 enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg) in efi_get_secureboot()
|
D | fdt.c | 213 static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg, in exit_boot_func()
|