Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (C) 2020 IBM Corporation
0004  */
0005 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec);
0006 void __restore_cpu_power7(void);
0007 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec);
0008 void __restore_cpu_power8(void);
0009 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec);
0010 void __restore_cpu_power9(void);
0011 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec);
0012 void __restore_cpu_power10(void);