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

mm_32.h (584B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/* fault_32.c - visible as they are called from assembler */
      3asmlinkage void do_sparc_fault(struct pt_regs *regs, int text_fault, int write,
      4                               unsigned long address);
      5
      6void window_overflow_fault(void);
      7void window_underflow_fault(unsigned long sp);
      8void window_ret_fault(struct pt_regs *regs);
      9
     10/* srmmu.c */
     11extern char *srmmu_name;
     12extern int viking_mxcc_present;
     13extern int flush_page_for_dma_global;
     14
     15extern void (*poke_srmmu)(void);
     16
     17void __init srmmu_paging_init(void);
     18
     19/* iommu.c */
     20void ld_mmu_iommu(void);