efi_system_table  250 arch/x86/boot/compressed/eboot.c 		efi_table_attr(efi_system_table, fw_vendor, sys_table);
efi_system_table   23 drivers/firmware/efi/arm-init.c u64 efi_system_table;
efi_system_table   92 drivers/firmware/efi/arm-init.c 	efi.systab = early_memremap_ro(efi_system_table,
efi_system_table  231 drivers/firmware/efi/arm-init.c 	efi_system_table = params.system_table;
efi_system_table   28 drivers/firmware/efi/arm-runtime.c extern u64 efi_system_table;
efi_system_table   83 drivers/firmware/efi/arm-runtime.c 		if (efi_system_table >= phys &&
efi_system_table   84 drivers/firmware/efi/arm-runtime.c 		    efi_system_table < phys + (md->num_pages * EFI_PAGE_SIZE)) {
efi_system_table   85 drivers/firmware/efi/arm-runtime.c 			efi.systab = (void *)(unsigned long)(efi_system_table -