Searched refs:sys_table_arg (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 809 efi_system_table_t *sys_table_arg, in efi_stub_entry() argument 819 efi_system_table = sys_table_arg; in efi_stub_entry() 944 efi_system_table_t *sys_table_arg) in efi_pe_entry() argument 946 efi_stub_entry(handle, sys_table_arg, NULL); in efi_pe_entry() 950 void efi_handover_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg, in efi_handover_entry() argument 954 efi_stub_entry(handle, sys_table_arg, boot_params); in efi_handover_entry() 959 void efi32_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg, 963 void efi64_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
|
H A D | efistub.h | 49 efi_system_table_t *sys_table_arg);
|