1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 2 /* 3 * Copyright (C) 2020 IBM Corporation 4 */ 5 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec); 6 void __restore_cpu_power7(void); 7 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec); 8 void __restore_cpu_power8(void); 9 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec); 10 void __restore_cpu_power9(void); 11 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec); 12 void __restore_cpu_power10(void); 13