efi_system_table_t   64 arch/arm/include/asm/efi.h struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg);
efi_system_table_t   65 arch/arm/include/asm/efi.h void free_screen_info(efi_system_table_t *sys_table, struct screen_info *si);
efi_system_table_t  109 arch/arm64/include/asm/efi.h static inline void free_screen_info(efi_system_table_t *sys_table_arg,
efi_system_table_t   21 arch/x86/boot/compressed/eboot.c static efi_system_table_t *sys_table;
efi_system_table_t   44 arch/x86/boot/compressed/eboot.c void efi_char16_printk(efi_system_table_t *table, efi_char16_t *str)
efi_system_table_t  397 arch/x86/boot/compressed/eboot.c 	sys_table = (efi_system_table_t *)(unsigned long)efi_early->table;
efi_system_table_t  671 arch/x86/boot/compressed/eboot.c static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg,
efi_system_table_t  748 arch/x86/boot/compressed/eboot.c 	efi_system_table_t *_table;
efi_system_table_t  753 arch/x86/boot/compressed/eboot.c 	_table = (efi_system_table_t *)(unsigned long)efi_early->table;
efi_system_table_t   58 arch/x86/platform/efi/efi.c static efi_system_table_t efi_systab __initdata;
efi_system_table_t  516 arch/x86/platform/efi/efi.c 	efi_phys.systab = (efi_system_table_t *)boot_params.efi_info.efi_systab;
efi_system_table_t  518 arch/x86/platform/efi/efi.c 	efi_phys.systab = (efi_system_table_t *)
efi_system_table_t  679 arch/x86/platform/efi/efi.c 		efi.systab = (efi_system_table_t *)(unsigned long)systab;
efi_system_table_t   21 arch/x86/xen/efi.c static efi_system_table_t efi_systab_xen __initdata = {
efi_system_table_t   45 arch/x86/xen/efi.c static efi_system_table_t __init *xen_efi_probe(void)
efi_system_table_t  151 arch/x86/xen/efi.c 	efi_system_table_t *efi_systab_xen;
efi_system_table_t   93 drivers/firmware/efi/arm-init.c 				       sizeof(efi_system_table_t));
efi_system_table_t  149 drivers/firmware/efi/arm-init.c 	early_memunmap(efi.systab,  sizeof(efi_system_table_t));
efi_system_table_t   40 drivers/firmware/efi/libstub/arm-stub.c void efi_char16_printk(efi_system_table_t *sys_table_arg,
efi_system_table_t   49 drivers/firmware/efi/libstub/arm-stub.c static struct screen_info *setup_graphics(efi_system_table_t *sys_table_arg)
efi_system_table_t   69 drivers/firmware/efi/libstub/arm-stub.c void install_memreserve_table(efi_system_table_t *sys_table_arg)
efi_system_table_t  100 drivers/firmware/efi/libstub/arm-stub.c efi_status_t handle_kernel_image(efi_system_table_t *sys_table,
efi_system_table_t  113 drivers/firmware/efi/libstub/arm-stub.c unsigned long efi_entry(void *handle, efi_system_table_t *sys_table,
efi_system_table_t   10 drivers/firmware/efi/libstub/arm32-stub.c efi_status_t check_platform_features(efi_system_table_t *sys_table_arg)
efi_system_table_t   29 drivers/firmware/efi/libstub/arm32-stub.c struct screen_info *alloc_screen_info(efi_system_table_t *sys_table_arg)
efi_system_table_t   55 drivers/firmware/efi/libstub/arm32-stub.c void free_screen_info(efi_system_table_t *sys_table_arg, struct screen_info *si)
efi_system_table_t   64 drivers/firmware/efi/libstub/arm32-stub.c static efi_status_t reserve_kernel_base(efi_system_table_t *sys_table_arg,
efi_system_table_t  190 drivers/firmware/efi/libstub/arm32-stub.c efi_status_t handle_kernel_image(efi_system_table_t *sys_table,
efi_system_table_t   24 drivers/firmware/efi/libstub/arm64-stub.c efi_status_t check_platform_features(efi_system_table_t *sys_table_arg)
efi_system_table_t   43 drivers/firmware/efi/libstub/arm64-stub.c efi_status_t handle_kernel_image(efi_system_table_t *sys_table_arg,
efi_system_table_t   56 drivers/firmware/efi/libstub/efi-stub-helper.c void efi_printk(efi_system_table_t *sys_table_arg, char *str)
efi_system_table_t   82 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
efi_system_table_t  133 drivers/firmware/efi/libstub/efi-stub-helper.c unsigned long get_dram_base(efi_system_table_t *sys_table_arg)
efi_system_table_t  170 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg,
efi_system_table_t  265 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t efi_low_alloc_above(efi_system_table_t *sys_table_arg,
efi_system_table_t  338 drivers/firmware/efi/libstub/efi-stub-helper.c void efi_free(efi_system_table_t *sys_table_arg, unsigned long size,
efi_system_table_t  350 drivers/firmware/efi/libstub/efi-stub-helper.c static efi_status_t efi_file_size(efi_system_table_t *sys_table_arg, void *__fh,
efi_system_table_t  413 drivers/firmware/efi/libstub/efi-stub-helper.c static efi_status_t efi_open_volume(efi_system_table_t *sys_table_arg,
efi_system_table_t  504 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg,
efi_system_table_t  691 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg,
efi_system_table_t  808 drivers/firmware/efi/libstub/efi-stub-helper.c char *efi_convert_cmdline(efi_system_table_t *sys_table_arg,
efi_system_table_t  861 drivers/firmware/efi/libstub/efi-stub-helper.c efi_status_t efi_exit_boot_services(efi_system_table_t *sys_table_arg,
efi_system_table_t  927 drivers/firmware/efi/libstub/efi-stub-helper.c static void *get_efi_config_table##bits(efi_system_table_t *_sys_table,	\
efi_system_table_t  949 drivers/firmware/efi/libstub/efi-stub-helper.c void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid)
efi_system_table_t   38 drivers/firmware/efi/libstub/efistub.h void efi_char16_printk(efi_system_table_t *, efi_char16_t *);
efi_system_table_t   40 drivers/firmware/efi/libstub/efistub.h unsigned long get_dram_base(efi_system_table_t *sys_table_arg);
efi_system_table_t   42 drivers/firmware/efi/libstub/efistub.h efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
efi_system_table_t   51 drivers/firmware/efi/libstub/efistub.h void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size);
efi_system_table_t   57 drivers/firmware/efi/libstub/efistub.h efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table,
efi_system_table_t   60 drivers/firmware/efi/libstub/efistub.h efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg,
efi_system_table_t   64 drivers/firmware/efi/libstub/efistub.h efi_status_t check_platform_features(efi_system_table_t *sys_table_arg);
efi_system_table_t   66 drivers/firmware/efi/libstub/efistub.h efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg);
efi_system_table_t   68 drivers/firmware/efi/libstub/efistub.h void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid);
efi_system_table_t   19 drivers/firmware/efi/libstub/fdt.c static void fdt_update_cell_size(efi_system_table_t *sys_table, void *fdt)
efi_system_table_t   30 drivers/firmware/efi/libstub/fdt.c static efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt,
efi_system_table_t  213 drivers/firmware/efi/libstub/fdt.c static efi_status_t exit_boot_func(efi_system_table_t *sys_table_arg,
efi_system_table_t  247 drivers/firmware/efi/libstub/fdt.c efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
efi_system_table_t  364 drivers/firmware/efi/libstub/fdt.c void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size)
efi_system_table_t   87 drivers/firmware/efi/libstub/gop.c setup_gop32(efi_system_table_t *sys_table_arg, struct screen_info *si,
efi_system_table_t  184 drivers/firmware/efi/libstub/gop.c setup_gop64(efi_system_table_t *sys_table_arg, struct screen_info *si,
efi_system_table_t  283 drivers/firmware/efi/libstub/gop.c efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg,
efi_system_table_t   19 drivers/firmware/efi/libstub/random.c efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table_arg,
efi_system_table_t   68 drivers/firmware/efi/libstub/random.c efi_status_t efi_random_alloc(efi_system_table_t *sys_table_arg,
efi_system_table_t  144 drivers/firmware/efi/libstub/random.c efi_status_t efi_random_get_seed(efi_system_table_t *sys_table_arg)
efi_system_table_t   35 drivers/firmware/efi/libstub/secureboot.c enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table_arg)
efi_system_table_t   39 drivers/firmware/efi/libstub/tpm.c void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg)
efi_system_table_t   60 drivers/firmware/efi/libstub/tpm.c void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table_arg)
efi_system_table_t  848 include/linux/efi.h 	efi_system_table_t *system_table;
efi_system_table_t  983 include/linux/efi.h 	efi_system_table_t *systab;	/* EFI system table */
efi_system_table_t 1571 include/linux/efi.h void efi_printk(efi_system_table_t *sys_table_arg, char *str);
efi_system_table_t 1573 include/linux/efi.h void efi_free(efi_system_table_t *sys_table_arg, unsigned long size,
efi_system_table_t 1576 include/linux/efi.h char *efi_convert_cmdline(efi_system_table_t *sys_table_arg,
efi_system_table_t 1579 include/linux/efi.h efi_status_t efi_get_memory_map(efi_system_table_t *sys_table_arg,
efi_system_table_t 1582 include/linux/efi.h efi_status_t efi_low_alloc_above(efi_system_table_t *sys_table_arg,
efi_system_table_t 1587 include/linux/efi.h efi_status_t efi_low_alloc(efi_system_table_t *sys_table_arg,
efi_system_table_t 1599 include/linux/efi.h efi_status_t efi_high_alloc(efi_system_table_t *sys_table_arg,
efi_system_table_t 1603 include/linux/efi.h efi_status_t efi_relocate_kernel(efi_system_table_t *sys_table_arg,
efi_system_table_t 1611 include/linux/efi.h efi_status_t handle_cmdline_files(efi_system_table_t *sys_table_arg,
efi_system_table_t 1620 include/linux/efi.h efi_status_t efi_setup_gop(efi_system_table_t *sys_table_arg,
efi_system_table_t 1639 include/linux/efi.h enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table);
efi_system_table_t 1642 include/linux/efi.h void efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg);
efi_system_table_t 1645 include/linux/efi.h efi_enable_reset_attack_mitigation(efi_system_table_t *sys_table_arg) { }
efi_system_table_t 1648 include/linux/efi.h void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table);
efi_system_table_t 1700 include/linux/efi.h 	efi_system_table_t *sys_table_arg,
efi_system_table_t 1704 include/linux/efi.h efi_status_t efi_exit_boot_services(efi_system_table_t *sys_table,