Searched refs:efi_system_table_t (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/firmware/efi/libstub/
H A Dsystable.c8 const efi_system_table_t *efi_system_table;
H A Defi-stub-entry.c31 efi_system_table_t *systab)
H A Dzboot.c65 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab)
H A Dx86-stub.c26 const efi_system_table_t *efi_system_table;
461 efi_system_table_t *sys_table_arg,
470 efi_system_table_t *sys_table_arg)
848 efi_system_table_t *sys_table_arg,
976 void efi_handover_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
985 void efi32_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
989 void efi64_stub_entry(efi_handle_t handle, efi_system_table_t *sys_table_arg,
H A Defistub.h42 extern const efi_system_table_t *efi_system_table;
48 efi_system_table_t *sys_table_arg);
583 efi_system_table_t *system_table;
1228 efi_zboot_entry(efi_handle_t handle, efi_system_table_t *systab);
/linux-master/arch/x86/xen/
H A Defi.c23 static efi_system_table_t efi_systab_xen __initdata = {
47 static efi_system_table_t __init *xen_efi_probe(void)
134 efi_system_table_t *efi_systab_xen;
/linux-master/drivers/firmware/efi/
H A Defi-init.c93 efi_system_table_t *systab;
97 systab = early_memremap_ro(efi_system_table, sizeof(efi_system_table_t));
129 early_memunmap(systab, sizeof(efi_system_table_t));
/linux-master/arch/x86/platform/efi/
H A Defi_32.c99 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys;
H A Defi_64.c856 const efi_system_table_t *systab = (efi_system_table_t *)systab_phys;
/linux-master/arch/loongarch/kernel/
H A Defi.c34 static efi_system_table_t *efi_systab;
104 efi_systab = (efi_system_table_t *)early_memremap_ro(efi_system_table, sizeof(*efi_systab));
/linux-master/include/linux/
H A Defi.h532 } efi_system_table_t; typedef in typeref:union:__anon1109

Completed in 150 milliseconds