Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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