18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2020 IBM Corporation 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_civoid __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec); 68c2ecf20Sopenharmony_civoid __restore_cpu_power7(void); 78c2ecf20Sopenharmony_civoid __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec); 88c2ecf20Sopenharmony_civoid __restore_cpu_power8(void); 98c2ecf20Sopenharmony_civoid __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec); 108c2ecf20Sopenharmony_civoid __restore_cpu_power9(void); 118c2ecf20Sopenharmony_civoid __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec); 128c2ecf20Sopenharmony_civoid __restore_cpu_power10(void); 13