cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

cpu_setup_power.h (507B)


      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);