Searched refs:sys_table_arg (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | x86-stub.c | 461 efi_system_table_t *sys_table_arg, 470 efi_system_table_t *sys_table_arg) in efi_pe_entry() argument 483 efi_system_table = sys_table_arg; in efi_pe_entry() 519 efi_stub_entry(handle, sys_table_arg, boot_params); in efi_pe_entry() 877 efi_system_table_t *sys_table_arg, in efi_stub_entry() argument 888 efi_system_table = sys_table_arg; in efi_stub_entry() 1005 void efi_handover_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg, in efi_handover_entry() argument 1009 efi_stub_entry(handle, sys_table_arg, boot_params); in efi_handover_entry() 1014 void efi32_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg, 1018 void efi64_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
|
H A D | efistub.h | 48 efi_system_table_t *sys_table_arg);
|