sys_table          65 arch/arm/include/asm/efi.h void free_screen_info(efi_system_table_t *sys_table, struct screen_info *si);
sys_table         237 arch/ia64/kernel/crash.c static struct ctl_table sys_table[] = {
sys_table         259 arch/ia64/kernel/crash.c 	register_sysctl_table(sys_table);
sys_table          21 arch/x86/boot/compressed/eboot.c static efi_system_table_t *sys_table;
sys_table          35 arch/x86/boot/compressed/eboot.c 	table = (typeof(table))sys_table;				\
sys_table          76 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to allocate memory for 'rom'\n");
sys_table          93 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to read rom->vendor\n");
sys_table         102 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to read rom->devid\n");
sys_table         150 arch/x86/boot/compressed/eboot.c 			efi_printk(sys_table, "Failed to allocate memory for 'pci_handle'\n");
sys_table         208 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Unsupported properties proto version\n");
sys_table         220 arch/x86/boot/compressed/eboot.c 			efi_printk(sys_table, "Failed to allocate memory for 'properties'\n");
sys_table         250 arch/x86/boot/compressed/eboot.c 		efi_table_attr(efi_system_table, fw_vendor, sys_table);
sys_table         397 arch/x86/boot/compressed/eboot.c 	sys_table = (efi_system_table_t *)(unsigned long)efi_early->table;
sys_table         401 arch/x86/boot/compressed/eboot.c 	if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
sys_table         412 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to get handle for LOADED_IMAGE_PROTOCOL\n");
sys_table         416 arch/x86/boot/compressed/eboot.c 	status = efi_low_alloc(sys_table, 0x4000, 1,
sys_table         419 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to allocate lowmem for boot params\n");
sys_table         442 arch/x86/boot/compressed/eboot.c 	cmdline_ptr = efi_convert_cmdline(sys_table, image, &options_size);
sys_table         460 arch/x86/boot/compressed/eboot.c 	status = handle_cmdline_files(sys_table, image,
sys_table         467 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Trying to load files to higher address\n");
sys_table         468 arch/x86/boot/compressed/eboot.c 		status = handle_cmdline_files(sys_table, image,
sys_table         484 arch/x86/boot/compressed/eboot.c 	efi_free(sys_table, options_size, hdr->cmd_line_ptr);
sys_table         486 arch/x86/boot/compressed/eboot.c 	efi_free(sys_table, 0x4000, (unsigned long)boot_params);
sys_table         649 arch/x86/boot/compressed/eboot.c 	status = efi_get_memory_map(sys_table, &boot_map);
sys_table         721 arch/x86/boot/compressed/eboot.c 	status = efi_exit_boot_services(sys_table, handle, &map, &priv,
sys_table         756 arch/x86/boot/compressed/eboot.c 	sys_table = _table;
sys_table         759 arch/x86/boot/compressed/eboot.c 	if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
sys_table         781 arch/x86/boot/compressed/eboot.c 		boot_params->secure_boot = efi_get_secureboot(sys_table);
sys_table         784 arch/x86/boot/compressed/eboot.c 	efi_enable_reset_attack_mitigation(sys_table);
sys_table         785 arch/x86/boot/compressed/eboot.c 	efi_retrieve_tpm2_eventlog(sys_table);
sys_table         796 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to allocate memory for 'gdt' structure\n");
sys_table         801 arch/x86/boot/compressed/eboot.c 	status = efi_low_alloc(sys_table, gdt->size, 8,
sys_table         804 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "Failed to allocate memory for 'gdt'\n");
sys_table         814 arch/x86/boot/compressed/eboot.c 		status = efi_relocate_kernel(sys_table, &bzimage_addr,
sys_table         820 arch/x86/boot/compressed/eboot.c 			efi_printk(sys_table, "efi_relocate_kernel() failed!\n");
sys_table         830 arch/x86/boot/compressed/eboot.c 		efi_printk(sys_table, "exit_boot() failed!\n");
sys_table         923 arch/x86/boot/compressed/eboot.c 	efi_printk(sys_table, "efi_main() failed!\n");
sys_table         100 drivers/firmware/efi/libstub/arm-stub.c efi_status_t handle_kernel_image(efi_system_table_t *sys_table,
sys_table         113 drivers/firmware/efi/libstub/arm-stub.c unsigned long efi_entry(void *handle, efi_system_table_t *sys_table,
sys_table         135 drivers/firmware/efi/libstub/arm-stub.c 	if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE)
sys_table         138 drivers/firmware/efi/libstub/arm-stub.c 	status = check_platform_features(sys_table);
sys_table         147 drivers/firmware/efi/libstub/arm-stub.c 	status = sys_table->boottime->handle_protocol(handle,
sys_table         150 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi_err(sys_table, "Failed to get loaded image protocol\n");
sys_table         154 drivers/firmware/efi/libstub/arm-stub.c 	dram_base = get_dram_base(sys_table);
sys_table         156 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi_err(sys_table, "Failed to find DRAM base\n");
sys_table         165 drivers/firmware/efi/libstub/arm-stub.c 	cmdline_ptr = efi_convert_cmdline(sys_table, image, &cmdline_size);
sys_table         167 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi_err(sys_table, "getting command line via LOADED_IMAGE_PROTOCOL\n");
sys_table         179 drivers/firmware/efi/libstub/arm-stub.c 	pr_efi(sys_table, "Booting Linux Kernel...\n");
sys_table         181 drivers/firmware/efi/libstub/arm-stub.c 	si = setup_graphics(sys_table);
sys_table         183 drivers/firmware/efi/libstub/arm-stub.c 	status = handle_kernel_image(sys_table, image_addr, &image_size,
sys_table         188 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi_err(sys_table, "Failed to relocate kernel\n");
sys_table         193 drivers/firmware/efi/libstub/arm-stub.c 	efi_enable_reset_attack_mitigation(sys_table);
sys_table         195 drivers/firmware/efi/libstub/arm-stub.c 	secure_boot = efi_get_secureboot(sys_table);
sys_table         205 drivers/firmware/efi/libstub/arm-stub.c 			pr_efi(sys_table, "Ignoring DTB from command line.\n");
sys_table         207 drivers/firmware/efi/libstub/arm-stub.c 		status = handle_cmdline_files(sys_table, image, cmdline_ptr,
sys_table         212 drivers/firmware/efi/libstub/arm-stub.c 			pr_efi_err(sys_table, "Failed to load device tree!\n");
sys_table         218 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi(sys_table, "Using DTB from command line\n");
sys_table         221 drivers/firmware/efi/libstub/arm-stub.c 		fdt_addr = (uintptr_t)get_fdt(sys_table, &fdt_size);
sys_table         223 drivers/firmware/efi/libstub/arm-stub.c 			pr_efi(sys_table, "Using DTB from configuration table\n");
sys_table         227 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi(sys_table, "Generating empty DTB\n");
sys_table         229 drivers/firmware/efi/libstub/arm-stub.c 	status = handle_cmdline_files(sys_table, image, cmdline_ptr, "initrd=",
sys_table         235 drivers/firmware/efi/libstub/arm-stub.c 		pr_efi_err(sys_table, "Failed initrd from command line!\n");
sys_table         237 drivers/firmware/efi/libstub/arm-stub.c 	efi_random_get_seed(sys_table);
sys_table         252 drivers/firmware/efi/libstub/arm-stub.c 		status = efi_get_random_bytes(sys_table, sizeof(rnd),
sys_table         260 drivers/firmware/efi/libstub/arm-stub.c 	install_memreserve_table(sys_table);
sys_table         263 drivers/firmware/efi/libstub/arm-stub.c 	status = allocate_new_fdt_and_exit_boot(sys_table, handle,
sys_table         276 drivers/firmware/efi/libstub/arm-stub.c 	pr_efi_err(sys_table, "Failed to update FDT and exit boot services\n");
sys_table         278 drivers/firmware/efi/libstub/arm-stub.c 	efi_free(sys_table, initrd_size, initrd_addr);
sys_table         279 drivers/firmware/efi/libstub/arm-stub.c 	efi_free(sys_table, fdt_size, fdt_addr);
sys_table         282 drivers/firmware/efi/libstub/arm-stub.c 	efi_free(sys_table, image_size, *image_addr);
sys_table         283 drivers/firmware/efi/libstub/arm-stub.c 	efi_free(sys_table, reserve_size, reserve_addr);
sys_table         285 drivers/firmware/efi/libstub/arm-stub.c 	free_screen_info(sys_table, si);
sys_table         286 drivers/firmware/efi/libstub/arm-stub.c 	efi_free(sys_table, cmdline_size, (unsigned long)cmdline_ptr);
sys_table         190 drivers/firmware/efi/libstub/arm32-stub.c efi_status_t handle_kernel_image(efi_system_table_t *sys_table,
sys_table         219 drivers/firmware/efi/libstub/arm32-stub.c 	status = reserve_kernel_base(sys_table, kernel_base, reserve_addr,
sys_table         222 drivers/firmware/efi/libstub/arm32-stub.c 		pr_efi_err(sys_table, "Unable to allocate memory for uncompressed kernel.\n");
sys_table         231 drivers/firmware/efi/libstub/arm32-stub.c 	status = efi_relocate_kernel(sys_table, image_addr, *image_size,
sys_table         235 drivers/firmware/efi/libstub/arm32-stub.c 		pr_efi_err(sys_table, "Failed to relocate kernel.\n");
sys_table         236 drivers/firmware/efi/libstub/arm32-stub.c 		efi_free(sys_table, *reserve_size, *reserve_addr);
sys_table         247 drivers/firmware/efi/libstub/arm32-stub.c 		pr_efi_err(sys_table, "Failed to relocate kernel, no low memory available.\n");
sys_table         248 drivers/firmware/efi/libstub/arm32-stub.c 		efi_free(sys_table, *reserve_size, *reserve_addr);
sys_table         250 drivers/firmware/efi/libstub/arm32-stub.c 		efi_free(sys_table, *image_size, *image_addr);
sys_table         930 drivers/firmware/efi/libstub/efi-stub-helper.c 	efi_system_table_##bits##_t *sys_table;				\
sys_table         934 drivers/firmware/efi/libstub/efi-stub-helper.c 	sys_table = (typeof(sys_table))_sys_table;			\
sys_table         935 drivers/firmware/efi/libstub/efi-stub-helper.c 	tables = (typeof(tables))(unsigned long)sys_table->tables;	\
sys_table         937 drivers/firmware/efi/libstub/efi-stub-helper.c 	for (i = 0; i < sys_table->nr_tables; i++) {			\
sys_table         949 drivers/firmware/efi/libstub/efi-stub-helper.c void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid)
sys_table         952 drivers/firmware/efi/libstub/efi-stub-helper.c 		return get_efi_config_table64(sys_table, guid);
sys_table         954 drivers/firmware/efi/libstub/efi-stub-helper.c 		return get_efi_config_table32(sys_table, guid);
sys_table          32 drivers/firmware/efi/libstub/efistub.h #define pr_efi(sys_table, msg)		do {				\
sys_table          33 drivers/firmware/efi/libstub/efistub.h 	if (!is_quiet()) efi_printk(sys_table, "EFI stub: "msg);	\
sys_table          36 drivers/firmware/efi/libstub/efistub.h #define pr_efi_err(sys_table, msg) efi_printk(sys_table, "EFI stub: ERROR: "msg)
sys_table          42 drivers/firmware/efi/libstub/efistub.h efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
sys_table          51 drivers/firmware/efi/libstub/efistub.h void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size);
sys_table          57 drivers/firmware/efi/libstub/efistub.h efi_status_t efi_get_random_bytes(efi_system_table_t *sys_table,
sys_table          68 drivers/firmware/efi/libstub/efistub.h void *get_efi_config_table(efi_system_table_t *sys_table, efi_guid_t guid);
sys_table          19 drivers/firmware/efi/libstub/fdt.c static void fdt_update_cell_size(efi_system_table_t *sys_table, void *fdt)
sys_table          30 drivers/firmware/efi/libstub/fdt.c static efi_status_t update_fdt(efi_system_table_t *sys_table, void *orig_fdt,
sys_table          43 drivers/firmware/efi/libstub/fdt.c 			pr_efi_err(sys_table, "Device Tree header not valid!\n");
sys_table          51 drivers/firmware/efi/libstub/fdt.c 			pr_efi_err(sys_table, "Truncated device tree! foo!\n");
sys_table          65 drivers/firmware/efi/libstub/fdt.c 			fdt_update_cell_size(sys_table, fdt);
sys_table         114 drivers/firmware/efi/libstub/fdt.c 	fdt_val64 = cpu_to_fdt64((u64)(unsigned long)sys_table);
sys_table         143 drivers/firmware/efi/libstub/fdt.c 		efi_status = efi_get_random_bytes(sys_table, sizeof(fdt_val64),
sys_table         247 drivers/firmware/efi/libstub/fdt.c efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table,
sys_table         278 drivers/firmware/efi/libstub/fdt.c 	status = efi_get_memory_map(sys_table, &map);
sys_table         280 drivers/firmware/efi/libstub/fdt.c 		pr_efi_err(sys_table, "Unable to retrieve UEFI memory map.\n");
sys_table         284 drivers/firmware/efi/libstub/fdt.c 	pr_efi(sys_table, "Exiting boot services and installing virtual address map...\n");
sys_table         287 drivers/firmware/efi/libstub/fdt.c 	status = efi_high_alloc(sys_table, MAX_FDT_SIZE, EFI_FDT_ALIGN,
sys_table         290 drivers/firmware/efi/libstub/fdt.c 		pr_efi_err(sys_table, "Unable to allocate memory for new device tree.\n");
sys_table         298 drivers/firmware/efi/libstub/fdt.c 	status = efi_get_memory_map(sys_table, &map);
sys_table         302 drivers/firmware/efi/libstub/fdt.c 	status = update_fdt(sys_table, (void *)fdt_addr, fdt_size,
sys_table         307 drivers/firmware/efi/libstub/fdt.c 		pr_efi_err(sys_table, "Unable to construct new device tree.\n");
sys_table         316 drivers/firmware/efi/libstub/fdt.c 	status = efi_exit_boot_services(sys_table, handle, &map, &priv, exit_boot_func);
sys_table         325 drivers/firmware/efi/libstub/fdt.c 		svam = sys_table->runtime->set_virtual_address_map;
sys_table         353 drivers/firmware/efi/libstub/fdt.c 	pr_efi_err(sys_table, "Exit boot services failed.\n");
sys_table         356 drivers/firmware/efi/libstub/fdt.c 	efi_free(sys_table, MAX_FDT_SIZE, *new_fdt_addr);
sys_table         359 drivers/firmware/efi/libstub/fdt.c 	sys_table->boottime->free_pool(runtime_map);
sys_table         364 drivers/firmware/efi/libstub/fdt.c void *get_fdt(efi_system_table_t *sys_table, unsigned long *fdt_size)
sys_table         368 drivers/firmware/efi/libstub/fdt.c 	fdt = get_efi_config_table(sys_table, DEVICE_TREE_GUID);
sys_table         374 drivers/firmware/efi/libstub/fdt.c 		pr_efi_err(sys_table, "Invalid header detected on UEFI supplied FDT, ignoring ...\n");
sys_table        2956 fs/quota/dquot.c static struct ctl_table sys_table[] = {
sys_table        2972 fs/quota/dquot.c 	register_sysctl_table(sys_table);
sys_table        1639 include/linux/efi.h enum efi_secureboot_mode efi_get_secureboot(efi_system_table_t *sys_table);
sys_table        1648 include/linux/efi.h void efi_retrieve_tpm2_eventlog(efi_system_table_t *sys_table);
sys_table        1704 include/linux/efi.h efi_status_t efi_exit_boot_services(efi_system_table_t *sys_table,