xref: /kernel/linux/linux-5.10/arch/powerpc/include/asm/cpu_setup_power.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/powerpc/include/asm/
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

Indexes created Thu Nov 07 10:32:03 CST 2024