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

ip27-common.h (605B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2
      3#ifndef __IP27_COMMON_H
      4#define __IP27_COMMON_H
      5
      6extern nasid_t master_nasid;
      7
      8extern void cpu_node_probe(void);
      9extern void hub_rt_clock_event_init(void);
     10extern void hub_rtc_init(nasid_t nasid);
     11extern void install_cpu_nmi_handler(int slice);
     12extern void install_ipi(void);
     13extern void ip27_reboot_setup(void);
     14extern const struct plat_smp_ops ip27_smp_ops;
     15extern unsigned long node_getfirstfree(nasid_t nasid);
     16extern void per_cpu_init(void);
     17extern void replicate_kernel_text(void);
     18extern void setup_replication_mask(void);
     19
     20#endif /* __IP27_COMMON_H */